mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Documentation: add public key link to release doc
This commit is contained in:
parent
7879429a94
commit
f58d1348a7
@ -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
|
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
|
## Publish Release Page in GitHub
|
||||||
|
|
||||||
- Set release title as the version name.
|
- Set release title as the version name.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user