Skip to content

Commit

Permalink
build: include the new version number in the bump message
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Dec 26, 2024
1 parent 207bab0 commit 2ab6137
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 @@ -235,7 +235,7 @@ update_rtd: #: Update ReadTheDocs with the versions to show
bump_version: #: Edit sources to bump the version after a release (see howto.txt).
git switch -c nedbat/bump-version
python igor.py bump_version
git commit -a -m "build: bump version"
git commit -a -m "build: bump version to $$(python setup.py --version | sed 's/a.*//')"
git push -u origin @


Expand Down

0 comments on commit 2ab6137

Please sign in to comment.