doc: prefer to sign commits under nodejs repository

PR-URL: https://github.com/nodejs/node/pull/57311
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
Rafael Gonzaga 2025-03-17 06:10:26 -03:00 committed by GitHub
parent fab6906c5d
commit bd8f2ba0d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,6 +111,9 @@ The key you use may be a child/subkey of an existing key.
Additionally, full GPG key fingerprints for individuals authorized to release
should be listed in the Node.js GitHub README.md file.
> It is recommended to sign all commits under the Node.js repository.
> Run: `git config commit.gpgsign true` inside the `node` folder.
## How to create a release
Notes: