Skip to content

Commit a378cc5

Browse files
authored
doc/dev/release: make some minor corrections (#1081)
1 parent 75c0331 commit a378cc5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/dev/release.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The following sections, often directly copied from our [changelog][doc-changelog
7777

7878
When a new release is created, the tag for the commit it signed with a maintainers' gpg key and
7979
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 [pgp.mit.edu][mit-keyserver].
80+
be available via public PGP keyservers such as [pool.sks-keyservers.net][sks-keyserver].
8181

8282
For new maintainers who have not done a release and do not have their PGP key on a public
8383
keyserver, output your armored public key using this command:
@@ -87,7 +87,7 @@ $ gpg --armor --export "$GPG_EMAIL" > mykey.asc
8787
```
8888

8989
Then, copy and paste the content of the outputted file into the `Submit a key` section on
90-
the [MIT PGP Public Key Server][mit-keyserver] or any other public keyserver that forwards
90+
the [SKS PGP Public Key Server][sks-keyserver] or any other public keyserver that synchronizes
9191
the key to other public keyservers. Once that is done, other people can download your public
9292
key and you are ready to sign releases.
9393

@@ -184,8 +184,6 @@ Commit changes to the following six files:
184184

185185
Create a new PR for `release-v1.3.0`.
186186

187-
**Note:** CI will not pass for this commit because the new version `v1.3.0` does not exist yet in GitHub.
188-
189187
### 2. Create a release tag, binaries, and signatures
190188

191189
The top-level `release.sh` script will take care of verifying versions in files described in step 1, and tagging and verifying the tag, as well as building binaries and generating signatures by calling `make release`.
@@ -258,5 +256,5 @@ You've now fully released a new version of the Operator SDK. Good work!
258256
[link-github-gpg-key-upload]:https://github.com/settings/keys
259257
[link-git-config-gpg-key]:https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work
260258
[doc-changelog]:../../CHANGELOG.md
261-
[mit-keyserver]:https://pgp.mit.edu
259+
[sks-keyserver]:http://pool.sks-keyservers.net/
262260
[release-page]:https://github.com/operator-framework/operator-sdk/releases

0 commit comments

Comments
 (0)