Skip to content

Commit

Permalink
I have to run gh release create _after_ pushing the new tag!
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 10, 2024
1 parent c90af75 commit 3e9ed6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ define release_recipe =
@echo " $(VCS_TAG)"
@echo " make publish-docs"
@echo
@echo "then create a GitHub release with"
@echo
@echo " gh release create"
@echo
@echo "Please increment the version number in $(FILE_WITH_VERSION)"
@echo "and add a new empty entry at the top of the changelog in $(FILE_WITH_CHANGELOG), then"
@echo
@echo ' $(VCS_COMMIT_AND_PUSH)'
@echo
@echo "then create a GitHub release with"
@echo
@echo " gh release create"
@echo
endef

# XXX: I should switch to readthedocs.org
Expand Down

0 comments on commit 3e9ed6b

Please sign in to comment.