mirror of
https://github.com/matrix-org/synapse.git
synced 2025-12-16 14:52:00 +01:00
Sign the git tag in release script (#10925)
This commit is contained in:
parent
f7768f62cb
commit
d37841787a
1
changelog.d/10925.misc
Normal file
1
changelog.d/10925.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Update release script to sign the newly created git tags.
|
||||||
@ -276,7 +276,7 @@ def tag(gh_token: Optional[str]):
|
|||||||
if click.confirm("Edit text?", default=False):
|
if click.confirm("Edit text?", default=False):
|
||||||
changes = click.edit(changes, require_save=False)
|
changes = click.edit(changes, require_save=False)
|
||||||
|
|
||||||
repo.create_tag(tag_name, message=changes)
|
repo.create_tag(tag_name, message=changes, sign=True)
|
||||||
|
|
||||||
if not click.confirm("Push tag to GitHub?", default=True):
|
if not click.confirm("Push tag to GitHub?", default=True):
|
||||||
print("")
|
print("")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user