diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 5b6d2180515565..de56e5acd17c12 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -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: