chore: update changlog

This commit is contained in:
qingwei.li
2017-07-20 01:13:47 +08:00
parent 4aba9d0a25
commit 306136f6a3
4 changed files with 4 additions and 86 deletions

View File

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