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