Skip to content

Commit

Permalink
doc: mention where to push security commits
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Sep 16, 2022
1 parent 8b50160 commit 2706a30
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/contributing/releases.md
Expand Up @@ -249,6 +249,14 @@ each commit from the PR. You will also need to manually apply the PR
metadata (`PR-URL`, `Reviewed-by`, etc.) by amending the commit messages. If
known, additionally include `CVE-ID: CVE-XXXX-XXXXX` in the commit metadata.

Push the commits to the `vN.x-staging` branch and create the proposal branch
based on the staging one. Whenever you need to include commits or adjust the
history, push them to vN.x-staging and rebase your proposal:

```console
git rebase private/v18.x-staging
```

**Note**: Do not run CI on the PRs in `nodejs-private` until CI is locked down.
You can integrate the PRs into the proposal without running full CI.

Expand Down

0 comments on commit 2706a30

Please sign in to comment.