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 e053dca commit 35e0e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"changelogCommand": "conventional-changelog -p angular | tail -n +3",
"safeBump": false,
"src": {
"commitMessage": "chore: release %s",
"commit": false,
"tagName": "v%s"
},
"npm": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-worker-proxy",
"version": "0.5.2",
"version": "0.0.0",
"description": "A better way of working with web workers",
"keywords": [
"web worker",
Expand Down

0 comments on commit 35e0e35

Please sign in to comment.