We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66a3c1 commit aa4caf8Copy full SHA for aa4caf8
doc/contributing/releases.md
@@ -813,7 +813,9 @@ git commit --amend
813
</details>
814
815
Even if there are no conflicts, ensure that you revert all the changes that were
816
-made to `src/node_version.h`.
+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>
819
820
If there are conflicts in `doc` due to updated `REPLACEME`
821
placeholders (that happens when a change previously landed on another release
0 commit comments