Skip to content

Commit f782da1

Browse files
RafaelGSSaduh95
andauthored
Update GOVERNANCE.md (#1082)
* Update GOVERNANCE.md Follow up nodejs/node#57311 (comment) * Update GOVERNANCE.md Co-authored-by: Antoine du Hamel <[email protected]> --------- Co-authored-by: Antoine du Hamel <[email protected]>
1 parent e42616a commit f782da1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

GOVERNANCE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ After the nominee's first prepared release has been promoted, the new releaser m
159159
* Open a PR in [nodejs/release-keys](https://github.com/nodejs/release-keys) to add their GPG key via `./cli.sh add $KEY_ID`.
160160
* Open a PR in [nodejs/Release](https://github.com/nodejs/Release) to add themselves under the "Releasers team" heading via `ncu-team sync README.md`.
161161
* Add them to the `#nodejs-release-private` team on the OpenJS Slack.
162+
* Configure git to sign all backport commits and release commits with the GPG key used to
163+
sign the releases. Consider signing all commits on your local clone, e.g. with the
164+
following command: `git config commit.gpgsign true`.
162165

163166
New releasers should wait at least 2 weeks after adding a GPG key to the
164167
nodejs/node README credentials before signing a release.

0 commit comments

Comments
 (0)