Commit 07c27f01 authored by Hannes Magnusson's avatar Hannes Magnusson

Improve steps needed

parent 4e8c6c57
...@@ -57,7 +57,8 @@ docs: mkdocs ...@@ -57,7 +57,8 @@ docs: mkdocs
release: test RELEASE release: test RELEASE
@echo "Please run:" @echo "Please run:"
@echo " " git commit -m \"Add $(PHONGO_LIB_VERSION) release notes\" RELEASE-$(PHONGO_LIB_VERSION) @echo " " git add RELEASE-$(PHONGO_LIB_VERSION)
@echo " " git commit -m \"Add $(PHONGO_LIB_VERSION) release notes\"
@echo " " git tag -a -m \"Release phongo-library $(PHONGO_LIB_VERSION)\" $(PHONGO_LIB_VERSION) @echo " " git tag -a -m \"Release phongo-library $(PHONGO_LIB_VERSION)\" $(PHONGO_LIB_VERSION)
@echo " " git push --tags @echo " " git push --tags
@echo " " make release-docs @echo " " make release-docs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment