Skip to main content

Assinar tags

Você pode assinar tags localmente usando GPG, SSH ou S/MIME.

Observação

O GitHub Desktop dá suporte à assinatura de commit apenas se o cliente do Git está configurado para assinar commits por padrão.

  1. Para assinar uma tag, adicione -s ao comando git tag.

    $ git tag -s MYTAG
    # Creates a signed tag
    
  2. Verifique a tag assinada executando git tag -v [tag-name].

    $ git tag -v MYTAG
    # Verifies the signed tag
    

Leitura adicional

  •         [AUTOTITLE](/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags)
    
  •         [AUTOTITLE](/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key)
    
  •         [AUTOTITLE](/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key)
    
  •         [AUTOTITLE](/authentication/managing-commit-signature-verification/signing-commits)