Skip to content

Commit 2016058

Browse files
committed
doc: mention where to push security commits
1 parent 8b50160 commit 2016058

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/contributing/releases.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,15 @@ each commit from the PR. You will also need to manually apply the PR
249249
metadata (`PR-URL`, `Reviewed-by`, etc.) by amending the commit messages. If
250250
known, additionally include `CVE-ID: CVE-XXXX-XXXXX` in the commit metadata.
251251

252+
Push the commits to the `vN.x.x-proposal` branch that has branched off of
253+
`vN.x`.
254+
255+
```console
256+
git checkout vN.x
257+
git checkout -b vN.x.x-proposal
258+
git cherry-pick ... # cherry-pick nodejs-private PR commits directly into the proposal
259+
```
260+
252261
**Note**: Do not run CI on the PRs in `nodejs-private` until CI is locked down.
253262
You can integrate the PRs into the proposal without running full CI.
254263

0 commit comments

Comments
 (0)