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 af001a4 commit b6c7e46Copy full SHA for b6c7e46
Makefile
@@ -21,4 +21,6 @@ create-new-release:
21
@echo "Increased version to $(NEW_VERSION)"
22
@echo $(NEW_VERSION) > .version
23
@git commit -am "Updated .version to $(NEW_VERSION)."
24
+ @git push --tags
25
+ @git push
26
0 commit comments