From c72ec7f6d96779f61c87d591062df1cbeacd58fc Mon Sep 17 00:00:00 2001 From: Paul Robinson <5199899+pacrob@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:34:14 -0700 Subject: [PATCH] add validate-newsfragments to make notes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1c5c7a2..4d04dfc9 100644 --- a/Makefile +++ b/Makefile @@ -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