Article version: GitHub.com
Signing tags
You can sign tags locally using GPG or S/MIME.
Were you able to find what you were looking for?
Thank you! Your feedback has been submitted.
Note: GitHub Desktop does not support commit signing.
- To sign a tag, add
-sto yourgit tagcommand.$ git tag -s mytag # Creates a signed tag - Verify your signed tag it by running
git tag -v [tag-name].$ git tag -v mytag # Verifies the signed tag