mirror of
https://github.com/playmean/obsidian-event-highlight-plugin.git
synced 2026-07-22 05:44:13 +00:00
chore: release bump fixed
This commit is contained in:
parent
f6b042d247
commit
7793cf3b30
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue