Nota: GitHub Desktop soloe s compatible con firmas de confirmación si tu cliente de git está configurado para firmar confirmaciones predeterminadamente.
- Para firmar una etiqueta, agrega
-sa tu comandogit tag.$ git tag -s mytag # Creates a signed tag - Verifica tu etiqueta firmada al ejecutar
git tag -v [tag-name].$ git tag -v mytag # Verifies the signed tag