Nota:GitHub Desktop no es compatible con el firmado de confirmaciones.
- To sign a tag, add
-s
to yourgit tag
command.$ 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