From b1debdd7614d52b0476f4e4668f59011a06de15f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 1 Feb 2022 20:51:26 -0500 Subject: build: version bump and more release details --- igor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'igor.py') 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( -- cgit v1.2.1