playmean_obsidian-event-hig.../release.sh
2025-03-25 15:29:32 +03:00

7 lines
232 B
Bash
Executable file

#!/bin/bash
VERSION=`npx semverity bump --tidy`
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