chore: push new version
This commit is contained in:
parent
0988b47752
commit
003947ea33
2
Makefile
2
Makefile
@ -100,7 +100,7 @@ endif
|
|||||||
git add VERSION
|
git add VERSION
|
||||||
git commit -m "chore: bump VERSION"
|
git commit -m "chore: bump 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 origin v$(NEW_VERSION)
|
git push --follow-tags
|
||||||
|
|
||||||
.PHONY: snapshot
|
.PHONY: snapshot
|
||||||
snapshot:
|
snapshot:
|
||||||
|
Loading…
Reference in New Issue
Block a user