forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR-URL: nodejs#55349 Refs: nodejs/Release#999 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Richard Lau <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -768,6 +768,8 @@ responding to new issues. | |
|
||
Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys): | ||
|
||
* **Antoine du Hamel** <<[email protected]>> | ||
`C0D6248439F1D5604AAFFB4021D900FFDB233756` | ||
* **Beth Griggs** <<[email protected]>> | ||
`4ED778F539E3634C779C87C6D7062848A1AB005C` | ||
* **Bryan English** <<[email protected]>> | ||
|
@@ -793,6 +795,7 @@ To import the full set of trusted release keys (including subkeys possibly used | |
to sign releases): | ||
|
||
```bash | ||
gpg --keyserver hkps://keys.openpgp.org --recv-keys C0D6248439F1D5604AAFFB4021D900FFDB233756 # Antoine du Hamel | ||
gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C # Beth Griggs | ||
gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57 # Bryan English | ||
gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201 # Danielle Adams | ||
|