This commit is contained in:
Andras Schmelczer 2025-01-02 22:07:23 +00:00
parent c8b4d6c0ee
commit 4503aa1915
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -29,7 +29,7 @@ npm version patch
cd ..
cp plugin/manifest.json manifest.json # for BRAT, otherwise it wouldn't update
git add .
TAG=$(node -p "require('./package.json').version")
TAG=$(node -p "require('./plugin/package.json').version")
git commit -m "Bump versions to $TAG"
echo "Tagging $TAG"
git tag -a $TAG -m "Release $TAG"