Merge pull request #4825 from gyuho/key_link

Documentation: add public key link to release doc
release-3.0
Gyu-Ho Lee 2016-03-21 11:39:45 -07:00
commit c8c0c728a0
1 changed files with 3 additions and 0 deletions

View File

@ -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.