Skip to content

Commit

Permalink
build: tweak release script to generate note before tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Nov 27, 2017
1 parent 1c1621d commit c865836
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
packages/vue-server-renderer/client-plugin.js \
packages/vue-template-compiler/build.js
git commit -m "build: build $VERSION"
# generate release note
npm run release:note
# tag version
npm version $VERSION --message "build: release $VERSION"

# publish
Expand Down

0 comments on commit c865836

Please sign in to comment.