We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b50160 commit 2016058Copy full SHA for 2016058
doc/contributing/releases.md
@@ -249,6 +249,15 @@ each commit from the PR. You will also need to manually apply the PR
249
metadata (`PR-URL`, `Reviewed-by`, etc.) by amending the commit messages. If
250
known, additionally include `CVE-ID: CVE-XXXX-XXXXX` in the commit metadata.
251
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
261
**Note**: Do not run CI on the PRs in `nodejs-private` until CI is locked down.
262
You can integrate the PRs into the proposal without running full CI.
263
0 commit comments