From 7f75b270a530924a91c776f32c708c9a82881771 Mon Sep 17 00:00:00 2001 From: fselmo Date: Tue, 7 Nov 2023 12:13:48 -0700 Subject: [PATCH] Use upcoming version in make notes commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29815fad..6afbaf3a 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ notes: check-bump towncrier build --yes --version $(UPCOMING_VERSION) # Before we bump the version, make sure that the towncrier-generated docs will build make build-docs - git commit -m "Compile release notes" + git commit -m "Compile release notes for v$(UPCOMING_VERSION)" release: check-bump clean # require that upstream is configured for ethereum/