Skip to content

Commit

Permalink
Use upcoming version in make notes commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Nov 7, 2023
1 parent 3c65483 commit 7f75b27
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 @@ -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/<REPO_NAME>
Expand Down

0 comments on commit 7f75b27

Please sign in to comment.