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 4e8c6c5 commit 07c27f0Copy full SHA for 07c27f0
Makefile
@@ -57,7 +57,8 @@ docs: mkdocs
57
58
release: test RELEASE
59
@echo "Please run:"
60
- @echo " " git commit -m \"Add $(PHONGO_LIB_VERSION) release notes\" RELEASE-$(PHONGO_LIB_VERSION)
+ @echo " " git add RELEASE-$(PHONGO_LIB_VERSION)
61
+ @echo " " git commit -m \"Add $(PHONGO_LIB_VERSION) release notes\"
62
@echo " " git tag -a -m \"Release phongo-library $(PHONGO_LIB_VERSION)\" $(PHONGO_LIB_VERSION)
63
@echo " " git push --tags
64
@echo " " make release-docs
0 commit comments