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 d16abd1 commit d52092dCopy full SHA for d52092d
Makefile
@@ -37,6 +37,7 @@ run: build
37
38
tag:
39
git tag v$(shell cat VERSION)
40
+ git push origin main
41
git push origin v$(shell cat VERSION)
42
# This works with versions while add --version isn't
43
chglog init
VERSION
@@ -1 +1 @@
1
-0.1.0-rc1
+0.1.0-rc2
0 commit comments