From 6df1bd191bdafbec0b14a18d2ac2609e8cf744de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Sat, 24 Aug 2019 09:36:23 +0800 Subject: [PATCH] build: update release.sh --- build/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/release.sh b/build/release.sh index 931b701f..6a8ad621 100644 --- a/build/release.sh +++ b/build/release.sh @@ -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