Skip to content

Commit

Permalink
update release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Jun 17, 2019
1 parent a29ae10 commit 7ef4b6a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"src": {
"tagName": "v%s",
"afterReleaseCommand": "npm run deploy:demo && npm run deploy:release"
"hooks": {
"after:bump": "npm run build",
"after:release": "npm run deploy:demo && npm run deploy:release"
},
"git": {
"tagName": "v%s"
},
"buildCommand": "npm run build",
"github": {
"release": true,
"draft": true,
Expand Down

0 comments on commit 7ef4b6a

Please sign in to comment.