Skip to content

Commit

Permalink
add validate-newsfragments to make notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob authored Mar 1, 2024
1 parent bdd1a34 commit c72ec7f
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 @@ -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
Expand Down

0 comments on commit c72ec7f

Please sign in to comment.