Procházet zdrojové kódy

Documentation: add public key link to release doc

Gyu-Ho Lee před 9 roky
rodič
revize
f58d1348a7
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      Documentation/dev/release.md

+ 3 - 0
Documentation/dev/release.md

@@ -70,6 +70,9 @@ for i in etcd-*{.zip,.tar.gz}; do gpg2 --default-key $SUBKEYID --output ${i}.asc
 for i in etcd-*{.zip,.tar.gz}; do gpg2 --verify ${i}.asc ${i}; done
 ```
 
+The public key for GPG signing can be found at [CoreOS Application Signing Key](https://coreos.com/security/app-signing-key)
+
+
 ## Publish Release Page in GitHub
 
 - Set release title as the version name.