Skip to content

Commit

Permalink
feat: add release-it package
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkzt committed May 14, 2019
1 parent fa12cc1 commit baf24df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"git": {
"tagName": "v${version}"
},
"github": {
"release": true
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"build:lib": "rm -r lib && NODE_ENV=production webpack -p",
"build:demo": "rm -r docs && NODE_ENV=development webpack -p",
"sample": "webpack-dev-server server.js",
"test": "jest --passWithNoTests"
"test": "jest --passWithNoTests",
"release": "release-it"
},
"dependencies": {
"two.js": "0.7.0-beta.3"
Expand Down Expand Up @@ -79,6 +80,7 @@
"prettier": "1.17.1",
"react": "16.8.6",
"react-dom": "16.8.6",
"release-it": "^12.0.1",
"resolve-url-loader": "3.1.0",
"rimraf": "2.6.3",
"sass-loader": "7.1.0",
Expand Down

0 comments on commit baf24df

Please sign in to comment.