summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-07 16:43:58 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-01-07 17:03:50 -0500
commitfe3d110052a47ef15f9490058703ecc5026f7c09 (patch)
tree4e811c1878f70dbeba8315403cbf4be08b2cea23 /Makefile
parentf4c27c7888b17e73c0d52ff7bfb8da505f532819 (diff)
downloadpython-coveragepy-git-fe3d110052a47ef15f9490058703ecc5026f7c09.tar.gz
build: a little more streamlining of the release process
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d906554f..5bca7c53 100644
--- a/Makefile
+++ b/Makefile
@@ -188,7 +188,10 @@ update_stable: ## Set the stable branch to the latest release.
git push origin stable
bump_version: ## Edit sources to bump the version after a release.
+ git switch -c nedbat/bump-version
python igor.py bump_version
+ git commit -a -m "build: bump version"
+ git push -u origin @
##@ Documentation