Update doc/contributing/releases.md

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
Rafael Gonzaga 2024-11-13 09:45:52 -03:00 committed by GitHub
parent ef864f61ea
commit eae01e4e70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -311,8 +311,8 @@ $ git checkout -b v1.2.3-proposal upstream/v1.x
git cherry-pick ... # cherry-pick nodejs-private PR commits directly into the proposal
```
Remember to flag the CVE fixes as `notable-change` in the nodejs-private so it
will be automatically included in the CHANGELOG "Notable Changes" section.
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.
</details>