Skip to main content

Signature d’étiquettes

Vous pouvez signer les étiquettes localement en utilisant GPG, SSH ou S/MIME.

Remarque

GitHub Desktop prend uniquement en charge la signature de commit si votre client Git est configuré pour signer les commits par défaut.

  1. Pour signer une étiquette, ajoutez -s à votre commande git tag.

    $ git tag -s MYTAG
    # Creates a signed tag
    
  2. Vérifiez votre étiquette signée en exécutant git tag -v [tag-name].

    $ git tag -v MYTAG
    # Verifies the signed tag
    

Pour aller plus loin

  •         [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)