Skip to content

Commit

Permalink
update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
angeliski committed May 8, 2019
1 parent e99997b commit 04aeaec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"tagName": "v%s",
"commitMessage": "chore(release): %s",
"addUntrackedFiles": true
},
"github": {
"release": true
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "0.0.9",
"scripts": {
"release": "release-it",
"release:rc": "npm run release -- --preRelease=rc",
"release:patch": "npm run release -- patch -n",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name vue-tabulator src/entry.ts",
Expand Down

0 comments on commit 04aeaec

Please sign in to comment.