chore: release bump fixed

This commit is contained in:
playmean 2025-03-25 15:29:32 +03:00
parent f6b042d247
commit 7793cf3b30

View file

@ -2,6 +2,6 @@
VERSION=`npx semverity bump --tidy`
npx semverity patch --files package.json:version package-lock.json:version,packages..version manifest.json:version --tidy --commit bump $VERSION
npx semverity patch --files package.json:version package-lock.json:version,packages..version manifest.json:version --tidy --commit bump
git tag $VERSION && git push origin $VERSION