This commit is contained in:
Andras Schmelczer 2025-03-16 20:02:35 +00:00
parent 7f6fe8a582
commit 8a36be7d56
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 7 additions and 7 deletions

View file

@ -41,12 +41,12 @@ cd ..
cp plugin/manifest.json manifest.json # for BRAT, otherwise it wouldn't update
# Commit and tag
git add .
TAG=$(node -p "require('./plugin/package.json').version")
git commit -m "Bump versions to $TAG"
# 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
# git push
# echo "Tagging $TAG"
# git tag -a $TAG -m "Release $TAG"
# git push origin $TAG
echo "Done"