From cd5917c5f33a9df0ff8927614dbb5809b7270055 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Thu, 2 Jan 2025 22:45:22 +0000 Subject: [PATCH] Push all --- bump-version.sh | 1 + 1 file changed, 1 insertion(+) 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