Skip to content

Commit 8b5339d

Browse files
Trotttargos
authored andcommitted
doc: rename README section for Release Keys
The section of the README currently labeled "Release Team" isn't about the team much and is very much about the keys. Rename it "Release Keys" so that it's purpose matches it's name. PR-URL: #23927 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matheus Marchini <[email protected]>
1 parent 6768751 commit 8b5339d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The Node.js project uses an [open governance model](./GOVERNANCE.md). The
3131
* [Current Project Team Members](#current-project-team-members)
3232
* [TSC (Technical Steering Committee)](#tsc-technical-steering-committee)
3333
* [Collaborators](#collaborators)
34-
* [Release Team](#release-team)
34+
* [Release Keys](#release-keys)
3535
* [Contributing to Node.js](#contributing-to-nodejs)
3636

3737
## Support
@@ -81,7 +81,7 @@ your expectations.
8181
changes. Use with caution.
8282

8383
Current and LTS releases follow [Semantic Versioning](https://semver.org). A
84-
member of the [Release Team](#release-team) signs each Current and LTS release.
84+
member of the Release Team [signs](#release-keys) each Current and LTS release.
8585
For more information, see the
8686
[Release README](https://github.com/nodejs/Release).
8787

@@ -133,9 +133,9 @@ $ grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c -
133133

134134
For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
135135
`SHASUMS256.txt.sig`. You can use it with `gpg` to verify the integrity of
136-
`SHASUM256.txt`. You will first need to import all the GPG keys of individuals
137-
authorized to create releases. They are at the bottom of this README under
138-
[Release Team](#release-team). To import the keys:
136+
`SHASUM256.txt`. You will first need to import
137+
[the GPG keys of individuals authorized to create releases](#release-keys). To
138+
import the keys:
139139

140140
```console
141141
$ gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
@@ -555,9 +555,9 @@ For information about the governance of the Node.js project, see
555555
Collaborators follow the [COLLABORATOR_GUIDE.md](./COLLABORATOR_GUIDE.md) in
556556
maintaining the Node.js project.
557557

558-
### Release Team
558+
### Release Keys
559559

560-
Node.js releases are signed with one of the following GPG keys:
560+
GPG keys used to sign Node.js releases:
561561

562562
* **Colin Ihrig** &lt;[email protected]&gt;
563563
`94AE36675C464D64BAFA68DD7434390BDBE9B9C5`

0 commit comments

Comments
 (0)