From 79c0497398c328b540b521f6d971f2d82ac3d79e Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Sun, 13 Aug 2023 19:48:34 -0300 Subject: [PATCH] doc: make the NODE_VERSION_IS_RELEASE revert clear PR-URL: https://github.com/nodejs/node/pull/49114 Reviewed-By: Luigi Pinca Reviewed-By: Yagiz Nizipli Reviewed-By: Chemi Atlow Reviewed-By: Benjamin Gruenbaum --- doc/contributing/releases.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 368a2bda3d594c..accbad73368483 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -813,7 +813,9 @@ $ git commit --amend 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`. + +Edit `src/node_version.h`, revert `NODE_VERSION_IS_RELEASE` back to `0`, and `git commit --amend` If there are conflicts in `doc` due to updated `REPLACEME` placeholders (that happens when a change previously landed on another release