diff --git a/build/release.sh b/build/release.sh index c4a7a3efd..2d54da43e 100644 --- a/build/release.sh +++ b/build/release.sh @@ -22,6 +22,7 @@ then # commit npm version $VERSION --no-git-tag-version + git tag v$VERSION git commit -am "[release] $VERSION" # publish