This commit is contained in:
Andras Schmelczer 2025-01-02 22:45:22 +00:00
parent 19cb616eb9
commit cd5917c5f3
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -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