Skip to content

Commit 2706a30

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/contributing/releases.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,14 @@ 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-staging` branch and create the proposal branch
253+
based on the staging one. Whenever you need to include commits or adjust the
254+
history, push them to vN.x-staging and rebase your proposal:
255+
256+
```console
257+
git rebase private/v18.x-staging
258+
```
259+
252260
**Note**: Do not run CI on the PRs in `nodejs-private` until CI is locked down.
253261
You can integrate the PRs into the proposal without running full CI.
254262

0 commit comments

Comments
 (0)