From c57a5abc0e10c4815c5fb2b1a3b4ec893c1cb179 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Thu, 14 Nov 2024 19:43:58 -0300 Subject: [PATCH] doc: add notable-change mention to sec release PR-URL: https://github.com/nodejs/node/pull/55830 Refs: https://github.com/nodejs/changelog-maker/pull/167 Reviewed-By: Gireesh Punathil Reviewed-By: Benjamin Gruenbaum Reviewed-By: Antoine du Hamel Reviewed-By: Luigi Pinca --- doc/contributing/releases.md | 3 +++ 1 file changed, 3 insertions(+) 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`