mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[Build] update release.sh
This commit is contained in:
parent
e81be5043d
commit
f62b460251
@ -10,12 +10,6 @@ read -p "Releasing $VERSION - are you sure? (y/n)" -n 1 -r
|
|||||||
echo # (optional) move to a new line
|
echo # (optional) move to a new line
|
||||||
if [[ $REPLY =~ ^[Yy]$ ]]
|
if [[ $REPLY =~ ^[Yy]$ ]]
|
||||||
then
|
then
|
||||||
# build
|
|
||||||
npm run build:lib
|
|
||||||
|
|
||||||
# commit build
|
|
||||||
git commit -am "[build] $VERSION"
|
|
||||||
|
|
||||||
# commit
|
# commit
|
||||||
npm version $VERSION --message "[release] $VERSION"
|
npm version $VERSION --message "[release] $VERSION"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user