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