We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ed253 commit 24646a6Copy full SHA for 24646a6
Makefile
@@ -0,0 +1,5 @@
1
+release:
2
+ @echo ${VERSION} | grep -E "^[0-9]+\.[0-9]+\.[0-9]+(-r[0-9]+)?$$"
3
+ git fetch origin main
4
+ git tag v${VERSION} FETCH_HEAD
5
+ git push origin v${VERSION}
0 commit comments