mirror of https://github.com/nodejs/node.git
Update doc/contributing/releases.md
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
parent
ef864f61ea
commit
eae01e4e70
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue