mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 10:22:44 +08:00
build: update release.sh
This commit is contained in:
parent
5ea9c88048
commit
6df1bd191b
@ -15,11 +15,11 @@ then
|
||||
if [[ `git status --porcelain` ]];
|
||||
then
|
||||
git add -A
|
||||
git commit -am "[build] $VERSION"
|
||||
git commit -am "build: compile $VERSION"
|
||||
fi
|
||||
|
||||
# commit
|
||||
npm version $VERSION --message "[release] $VERSION"
|
||||
npm version $VERSION --message "build: release $VERSION"
|
||||
|
||||
# publish
|
||||
git push origin master
|
||||
|
Loading…
x
Reference in New Issue
Block a user