Skip to content

Commit

Permalink
chore: don't add commits for release
Browse files Browse the repository at this point in the history
With protected branches enabled, we cannot push new commits to master. So we tag the last commit instead of making a new one.
  • Loading branch information
satya164 committed Mar 23, 2019
1 parent e553a41 commit 25709da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"changelog": "conventional-changelog -p angular | tail -n +3"
},
"git": {
"commitMessage": "chore: release %s",
"commit": false,
"tagName": "v%s"
},
"npm": {
Expand Down

0 comments on commit 25709da

Please sign in to comment.