chore: fix promote script
This commit is contained in:
parent
0d0780580c
commit
b3c06dc19d
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -100,7 +100,8 @@ endif
|
||||||
git add VERSION
|
git add VERSION
|
||||||
git commit -m "chore: bump VERSION to $(NEW_VERSION)"
|
git commit -m "chore: bump VERSION to $(NEW_VERSION)"
|
||||||
git tag -a -m "releasing v$(NEW_VERSION)" v$(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
|
.PHONY: snapshot
|
||||||
snapshot:
|
snapshot:
|
||||||
|
|
Loading…
Add table
Reference in a new issue