Skip to content

Commit 529e3db

Browse files
committed
build: update build script
1 parent e0ca894 commit 529e3db

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: build/release.sh

+2-6
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,13 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
4949
git add -A
5050
git add -f \
5151
dist/*.js \
52-
!dist/vue.common.min.js \
5352
packages/vue-server-renderer/basic.js \
5453
packages/vue-server-renderer/build.js \
5554
packages/vue-server-renderer/server-plugin.js \
5655
packages/vue-server-renderer/client-plugin.js \
5756
packages/vue-template-compiler/build.js
58-
git commit -m "[build] $VERSION"
59-
npm version $VERSION --message "[release] $VERSION"
57+
git commit -m "build: build $VERSION"
58+
npm version $VERSION --message "build: release $VERSION"
6059

6160
# publish
6261
git push origin refs/tags/v$VERSION
@@ -66,7 +65,4 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
6665
else
6766
npm publish --tag $RELEASE_TAG
6867
fi
69-
70-
# generate release note
71-
VERSION=$VERSION npm run release:note
7268
fi

0 commit comments

Comments
 (0)