We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1621d commit c865836Copy full SHA for c865836
build/release.sh
@@ -60,6 +60,9 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
60
packages/vue-server-renderer/client-plugin.js \
61
packages/vue-template-compiler/build.js
62
git commit -m "build: build $VERSION"
63
+ # generate release note
64
+ npm run release:note
65
+ # tag version
66
npm version $VERSION --message "build: release $VERSION"
67
68
# publish
0 commit comments