File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -249,6 +249,14 @@ each commit from the PR. You will also need to manually apply the PR
249249metadata (` PR-URL ` , ` Reviewed-by ` , etc.) by amending the commit messages. If
250250known, 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.
253261You can integrate the PRs into the proposal without running full CI.
254262
You can’t perform that action at this time.
0 commit comments