summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-02-01 20:51:26 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-02-01 21:13:14 -0500
commitb1debdd7614d52b0476f4e4668f59011a06de15f (patch)
treecc8412d5928f46ff245e647c7bf932a9ab3b034d /igor.py
parent2551a2becf8520d9c3624247d7c40dfb7f1f0c48 (diff)
downloadpython-coveragepy-git-b1debdd7614d52b0476f4e4668f59011a06de15f.tar.gz
build: version bump and more release details
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/igor.py b/igor.py
index a086b236..e2f063fd 100644
--- a/igor.py
+++ b/igor.py
@@ -390,8 +390,8 @@ def do_cheats():
print("-" * len(head))
print("\ngit commands:")
- print(f'git tag -a -m "Version {ver}" {ver}')
- print(f'git branch -f stable {ver}')
+ print(f'git tag -a -m "Version {ver}" {ver}; git push --follow-tags')
+ print(f'git branch -f stable {ver}; git push origin stable')
print(f"https://coverage.readthedocs.io/en/{ver}/changes.html#changes-{anchor}")
print(