Observação: o GitHub Desktop só dá suporte � assinatura de commit se o cliente do Git está configurado para assinar commits por padrão.
- To sign a tag, add
-s
to yourgit tag
command.$ git tag -s MYTAG # Creates a signed tag
- Verify your signed tag by running
git tag -v [tag-name]
.$ git tag -v MYTAG # Verifies the signed tag