Skip to content
This repository was archived by the owner on Apr 1, 2019. It is now read-only.

Commit ae38fb3

Browse files
author
Walker Leite
committed
feat(package): add release-it config
1 parent 30d26e1 commit ae38fb3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

template/.release-it.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"pkgFiles": [
3+
"package.json"
4+
],
5+
"github": {
6+
"release": true
7+
},
8+
"buildCommand": "npm run build"
9+
}

0 commit comments

Comments
 (0)