diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 400aa51fb2667d..5914d4b953bb92 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -311,6 +311,9 @@ $ git checkout -b v1.2.3-proposal upstream/v1.x git cherry-pick ... # cherry-pick nodejs-private PR commits directly into the proposal ``` +Be sure to label the CVE fixes as `notable-change` in the nodejs-private repository. +This will ensure they are included in the "Notable Changes" section of the CHANGELOG. + ### 3. Update `src/node_version.h`