diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-07 16:43:58 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-07 17:03:50 -0500 |
| commit | fe3d110052a47ef15f9490058703ecc5026f7c09 (patch) | |
| tree | 4e811c1878f70dbeba8315403cbf4be08b2cea23 /Makefile | |
| parent | f4c27c7888b17e73c0d52ff7bfb8da505f532819 (diff) | |
| download | python-coveragepy-git-fe3d110052a47ef15f9490058703ecc5026f7c09.tar.gz | |
build: a little more streamlining of the release process
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
