Skip to content

Commit aa4caf8

Browse files
committed
doc: make the NODE_VERSION_IS_RELEASE revert clear
PR-URL: #49114 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
1 parent b66a3c1 commit aa4caf8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/contributing/releases.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,9 @@ git commit --amend
813813
</details>
814814

815815
Even if there are no conflicts, ensure that you revert all the changes that were
816-
made to `src/node_version.h`.
816+
made to `src/node_version.h`. `NODE_VERSION_IS_RELEASE` must be `0`.
817+
818+
<sup>Edit `src/node_version.h`, revert `NODE_VERSION_IS_RELEASE` back to `0`, and `git commit --amend`</sup>
817819

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

0 commit comments

Comments
 (0)