chore(*): fix changelog script

This commit is contained in:
qingwei.li 2017-07-26 18:55:13 +08:00
commit 3de3def8a8
2 changed files with 1 additions and 8 deletions

View file

@ -33,7 +33,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
npm version $VERSION --message "[release] $VERSION $RELEASE_TAG"
# changelog
node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s -r 2
node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s -r 1
git add .
git commit -m "chore: add changelog $VERSION"