Use upcoming version in make notes commit

This commit is contained in:
fselmo
2023-11-07 12:13:48 -07:00
parent 3c65483121
commit 7f75b270a5

View File

@ -63,7 +63,7 @@ notes: check-bump
towncrier build --yes --version $(UPCOMING_VERSION) towncrier build --yes --version $(UPCOMING_VERSION)
# Before we bump the version, make sure that the towncrier-generated docs will build # Before we bump the version, make sure that the towncrier-generated docs will build
make build-docs make build-docs
git commit -m "Compile release notes" git commit -m "Compile release notes for v$(UPCOMING_VERSION)"
release: check-bump clean release: check-bump clean
# require that upstream is configured for ethereum/<REPO_NAME> # require that upstream is configured for ethereum/<REPO_NAME>