Update package.json (#1238)

* Update package.json

* fix: bump to v4
This commit is contained in:
Tom Hu
2024-01-30 10:05:16 -08:00
committed by GitHub
parent 43235cc5ae
commit 98ab2c591b
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
deploy:
$(eval VERSION := $(shell cat package.json | grep '"version": ' | cut -d\" -f4))
git tag -d v3
git push origin :v3
git tag v3
git tag -d v4
git push origin :v4
git tag v4
git tag v$(VERSION) -s -m ""
git push origin --tags