@@ -77,7 +77,7 @@ The following sections, often directly copied from our [changelog][doc-changelog
77
77
78
78
When a new release is created, the tag for the commit it signed with a maintainers' gpg key and
79
79
the binaries for the release are also signed by the same key. All keys used by maintainers will
80
- be available via public PGP keyservers such as [ pool.sks-keyservers.net] [ sks-keyserver ] .
80
+ be available via public PGP keyservers such as pool.sks-keyservers.net.
81
81
82
82
For new maintainers who have not done a release and do not have their PGP key on a public
83
83
keyserver, output your armored public key using this command:
@@ -87,7 +87,7 @@ $ gpg --armor --export "$GPG_EMAIL" > mykey.asc
87
87
```
88
88
89
89
Then, copy and paste the content of the outputted file into the ` Submit a key ` section on
90
- the [ SKS PGP Public Key Server ] [ sks-keyserver ] or any other public keyserver that synchronizes
90
+ pool. sks-keyservers.net or any other public keyserver that synchronizes
91
91
the key to other public keyservers. Once that is done, other people can download your public
92
92
key and you are ready to sign releases.
93
93
@@ -250,11 +250,10 @@ The final step is to upload binaries, their signature files, and release notes f
250
250
You've now fully released a new version of the Operator SDK. Good work!
251
251
252
252
[doc-maintainers]:../../MAINTAINERS
253
- [doc-readme-prereqs]:https://github.com/operator-framework/operator-sdk #prerequisites
253
+ [doc-readme-prereqs]:../../README.md #prerequisites
254
254
[doc-git-default-key]:https://help.github.com/articles/telling-git-about-your-signing-key/
255
255
[doc-gpg-default-key]:https://lists.gnupg.org/pipermail/gnupg-users/2001-September/010163.html
256
256
[link-github-gpg-key-upload]:https://github.com/settings/keys
257
257
[link-git-config-gpg-key]:https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work
258
258
[doc-changelog]:../../CHANGELOG.md
259
- [sks-keyserver]:http://pool.sks-keyservers.net/
260
259
[release-page]:https://github.com/operator-framework/operator-sdk/releases
0 commit comments