Note: GitHub Desktop only supports commit signing if your Git client is configured to sign commits by default.
- Para assinar uma tag, adicione
-s
ao comandogit tag
.$ git tag -s mytag # Creates a signed tag
- Verifique a tag assinada executando
git tag -v [tag-name]
.$ git tag -v mytag # Verifies the signed tag