playmean_obsidian-event-hig.../release.sh
2024-10-07 13:43:52 +03:00

7 lines
227 B
Bash
Executable file

#!/bin/bash
VERSION=`npx semverity bump`
npx semverity patch --files package.json:version package-lock.json:version,packages..version manifest.json:version --commit bump $VERSION
git tag $VERSION && git push origin $VERSION