diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-22 17:29:10 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-22 17:29:10 -0400 |
commit | 2b0f5843e28e58ac95a9c7b87de6f151625d7c78 (patch) | |
tree | 251408eaa21a1534cc6d004dfc4ce0c206d7d018 /igor.py | |
parent | c7395644b8e900130251c1858079cea89964d659 (diff) | |
download | python-coveragepy-git-2b0f5843e28e58ac95a9c7b87de6f151625d7c78.tar.gz |
build: more make targets for release steps
Diffstat (limited to 'igor.py')
-rw-r--r-- | igor.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -403,9 +403,6 @@ def do_cheats(): print(head) print("-" * len(head)) - print("\ngit commands:") - 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( |