File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,13 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
49
49
git add -A
50
50
git add -f \
51
51
dist/* .js \
52
- ! dist/vue.common.min.js \
53
52
packages/vue-server-renderer/basic.js \
54
53
packages/vue-server-renderer/build.js \
55
54
packages/vue-server-renderer/server-plugin.js \
56
55
packages/vue-server-renderer/client-plugin.js \
57
56
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 "
60
59
61
60
# publish
62
61
git push origin refs/tags/v$VERSION
@@ -66,7 +65,4 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
66
65
else
67
66
npm publish --tag $RELEASE_TAG
68
67
fi
69
-
70
- # generate release note
71
- VERSION=$VERSION npm run release:note
72
68
fi
You can’t perform that action at this time.
0 commit comments