Skip to content

Commit

Permalink
doc: make the NODE_VERSION_IS_RELEASE revert clear
Browse files Browse the repository at this point in the history
PR-URL: #49114
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
  • Loading branch information
RafaelGSS authored and targos committed Nov 26, 2023
1 parent 981aa78 commit 79c0497
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/contributing/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,9 @@ $ git commit --amend
</details>

Even if there are no conflicts, ensure that you revert all the changes that were
made to `src/node_version.h`.
made to `src/node_version.h`. `NODE_VERSION_IS_RELEASE` must be `0`.

<sup>Edit `src/node_version.h`, revert `NODE_VERSION_IS_RELEASE` back to `0`, and `git commit --amend`</sup>

If there are conflicts in `doc` due to updated `REPLACEME`
placeholders (that happens when a change previously landed on another release
Expand Down

0 comments on commit 79c0497

Please sign in to comment.