Skip to content

Commit c865836

Browse files
committed
build: tweak release script to generate note before tagging
1 parent 1c1621d commit c865836

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: build/release.sh

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
6060
packages/vue-server-renderer/client-plugin.js \
6161
packages/vue-template-compiler/build.js
6262
git commit -m "build: build $VERSION"
63+
# generate release note
64+
npm run release:note
65+
# tag version
6366
npm version $VERSION --message "build: release $VERSION"
6467

6568
# publish

0 commit comments

Comments
 (0)