Skip to content
Snippets Groups Projects
Unverified Commit d3784178 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Sign the git tag in release script (#10925)

parent f7768f62
No related branches found
No related tags found
No related merge requests found
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):
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):
print("")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment