Skip to content

Commit

Permalink
doc: mention cherry-pick edge-case on release
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Aug 26, 2022
1 parent bb4dff7 commit 66ea811
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/contributing/releases.md
Expand Up @@ -698,10 +698,16 @@ placeholders (that happens when a change previously landed on another release
branch), keep both version numbers. Convert the YAML field to an array if it is
not already one.

Note: [It's possible that the `cherry-pick` step will end up adding and/or
changing unwanted lines](https://github.com/nodejs/Release/issues/771),
please validate the changes in `doc/` folder files before confirming/continuing
the cherry-pick step.

Then finish cherry-picking and push the commit upstream:

```console
$ git add src/node_version.h doc
$ git diff --staged src doc # read output to validate that changes shows up as expected
$ git cherry-pick --continue
$ make lint
$ git push upstream main
Expand Down

0 comments on commit 66ea811

Please sign in to comment.