chore: fix promote script

This commit is contained in:
Casey Lee 2023-01-16 09:57:35 -08:00
parent 0d0780580c
commit b3c06dc19d
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@ endif
git add VERSION
git commit -m "chore: bump VERSION to $(NEW_VERSION)"
git tag -a -m "releasing v$(NEW_VERSION)" v$(NEW_VERSION)
git push --follow-tags
git push origin master
git push origin v$(NEW_VERSION)
.PHONY: snapshot
snapshot: