diff --git a/bump-version.sh b/bump-version.sh index dc8ab9ed..cc91e720 100755 --- a/bump-version.sh +++ b/bump-version.sh @@ -31,6 +31,7 @@ cp plugin/manifest.json manifest.json # for BRAT, otherwise it wouldn't update git add . TAG=$(node -p "require('./plugin/package.json').version") git commit -m "Bump versions to $TAG" +git push echo "Tagging $TAG" git tag -a $TAG -m "Release $TAG" git push origin $TAG