projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb07fe5
)
make-release: Change instructions for pushing tag.
author
Mathias Preiner
<mathias.preiner@gmail.com>
Fri, 1 Apr 2022 00:49:35 +0000
(17:49 -0700)
committer
Mathias Preiner
<mathias.preiner@gmail.com>
Fri, 1 Apr 2022 00:49:35 +0000
(17:49 -0700)
contrib/make-release.py
patch
|
blob
|
history
diff --git
a/contrib/make-release.py
b/contrib/make-release.py
index 2f673a7deb9c7c932674615acd84161d1144820e..15ead78e328fed6967106ae28f458f174b0e5d46 100755
(executable)
--- 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}
')