Skip to content

Commit 07c27f0

Browse files
committed
Improve steps needed
1 parent 4e8c6c5 commit 07c27f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ docs: mkdocs
5757

5858
release: test RELEASE
5959
@echo "Please run:"
60-
@echo " " git commit -m \"Add $(PHONGO_LIB_VERSION) release notes\" RELEASE-$(PHONGO_LIB_VERSION)
60+
@echo " " git add RELEASE-$(PHONGO_LIB_VERSION)
61+
@echo " " git commit -m \"Add $(PHONGO_LIB_VERSION) release notes\"
6162
@echo " " git tag -a -m \"Release phongo-library $(PHONGO_LIB_VERSION)\" $(PHONGO_LIB_VERSION)
6263
@echo " " git push --tags
6364
@echo " " make release-docs

0 commit comments

Comments
 (0)