From 6b7f763081b98c83629c524a791300dce2919647 Mon Sep 17 00:00:00 2001 From: Mathias Preiner Date: Thu, 31 Mar 2022 17:49:35 -0700 Subject: [PATCH] make-release: Change instructions for pushing tag. --- contrib/make-release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/make-release.py b/contrib/make-release.py index 2f673a7de..15ead78e3 100755 --- a/contrib/make-release.py +++ b/contrib/make-release.py @@ -117,4 +117,4 @@ if __name__ == '__main__': print( 'If you are sure you want to push this release, use the following command:' ) - print('\tgit push --tags origin main') + print(f'\tgit push origin {tagname}') -- 2.30.2