Skip to content

Commit

Permalink
Check git release tag after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wummel committed Oct 21, 2024
1 parent 0ad4f7c commit a34fabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ release: distclean releasecheck ## release a new version of patool
$(MAKE) dist release-gh release-pypi homepage github-issues

.PHONY: releasecheck
releasecheck: update_webmeta checkgit checkgitreleasetag checkchangelog lint test typecheck ## check that repo is ready for release
releasecheck: update_webmeta checkgit checkchangelog lint test typecheck checkgitreleasetag ## check that repo is ready for release

.PHONY: checkgit
checkgit: ## check that git changes are all committed on the main branch
Expand Down

0 comments on commit a34fabb

Please sign in to comment.