build: update release.sh

This commit is contained in:
陈嘉涵 2019-08-24 09:36:23 +08:00
parent 5ea9c88048
commit 6df1bd191b

View File

@ -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