Skip to content

Commit c72ec7f

Browse files
authored
add validate-newsfragments to make notes
1 parent bdd1a34 commit c72ec7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ifndef bump
6262
$(error bump must be set, typically: major, minor, patch, or devnum)
6363
endif
6464

65-
notes: check-bump
65+
notes: check-bump validate-newsfragments
6666
# Let UPCOMING_VERSION be the version that is used for the current bump
6767
$(eval UPCOMING_VERSION=$(shell bumpversion $(bump) --dry-run --list | grep new_version= | sed 's/new_version=//g'))
6868
# Now generate the release notes to have them included in the release commit

0 commit comments

Comments
 (0)