Skip to content

Commit

Permalink
More prominent and simpler GitHub release reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 16, 2024
1 parent 25a56b8 commit 73e5fe5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ include release.mk
define release_recipe =
$(default_release_recipe_publish_and_tag)
$(default_release_recipe_increment_and_push)
@echo "Then please go to https://github.com/mgedmin/irclog2html/tags"
@echo "and convert the $(changelog_ver) tag into a release."
@echo "Then please create a GitHub release with"
@echo
@echo " gh release create"
@echo
endef

.PHONY: check-date
Expand Down

0 comments on commit 73e5fe5

Please sign in to comment.