make-release: Change instructions for pushing tag.
authorMathias Preiner <mathias.preiner@gmail.com>
Fri, 1 Apr 2022 00:49:35 +0000 (17:49 -0700)
committerMathias Preiner <mathias.preiner@gmail.com>
Fri, 1 Apr 2022 00:49:35 +0000 (17:49 -0700)
contrib/make-release.py

index 2f673a7deb9c7c932674615acd84161d1144820e..15ead78e328fed6967106ae28f458f174b0e5d46 100755 (executable)
@@ -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}')