Skip to content

Commit

Permalink
build: added message when npm version is called on release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Aterbonus committed May 2, 2018
1 parent 7ba242b commit 19bb7e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"vuepress": "^0.8.4"
},
"config": {
"message": "chore(release): %s",
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
BUMP=$(node_modules/.bin/conventional-recommended-bump -p angular)

echo "Using npm version..."
npm version $BUMP
npm version --message "chore(release): %s" $BUMP
echo "Pushing to github..."
git push --follow-tags
echo "Publishing..."
Expand Down

0 comments on commit 19bb7e7

Please sign in to comment.