chore: push new version
This commit is contained in:
parent
0988b47752
commit
003947ea33
2 changed files with 2 additions and 2 deletions
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:
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
0.2.35
|
0.2.36
|
Loading…
Reference in a new issue