add validate-newsfragments to make notes

This commit is contained in:
Paul Robinson
2024-03-01 10:34:14 -07:00
committed by GitHub
parent bdd1a342d9
commit c72ec7f6d9

View File

@ -62,7 +62,7 @@ ifndef bump
$(error bump must be set, typically: major, minor, patch, or devnum)
endif
notes: check-bump
notes: check-bump validate-newsfragments
# Let UPCOMING_VERSION be the version that is used for the current bump
$(eval UPCOMING_VERSION=$(shell bumpversion $(bump) --dry-run --list | grep new_version= | sed 's/new_version=//g'))
# Now generate the release notes to have them included in the release commit