There was an error while loading. Please reload this page.
1 parent 0988b47 commit 003947eCopy full SHA for 003947e
2 files changed
Makefile
@@ -100,7 +100,7 @@ endif
100
git add VERSION
101
git commit -m "chore: bump VERSION"
102
git tag -a -m "releasing v$(NEW_VERSION)" v$(NEW_VERSION)
103
- git push origin v$(NEW_VERSION)
+ git push --follow-tags
104
105
.PHONY: snapshot
106
snapshot:
VERSION
@@ -1 +1 @@
1
-0.2.35
+0.2.36
0 commit comments