Skip to content

Commit

Permalink
chore: add auto deploy after github release
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Mar 1, 2019
1 parent b9a0cb8 commit 3c41f8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-it.json
Expand Up @@ -3,7 +3,8 @@
"increment": "conventional:angular",
"script": {
"changelog": "npm run changelog",
"beforeStage": "npm run changelog.write"
"beforeStage": "npm run changelog.write",
"afterRelease": "npm run deploy"
},
"git": {
"commitMessage": "chore(release): ${version}",
Expand Down

0 comments on commit 3c41f8d

Please sign in to comment.