Skip to content

Commit

Permalink
doc: lts version update note on the release guide
Browse files Browse the repository at this point in the history
Signed-off-by: Ruy Adorno <ruyadorno@google.com>
  • Loading branch information
ruyadorno committed Oct 18, 2022
1 parent 90044f5 commit 8855bb0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/contributing/releases.md
Expand Up @@ -721,6 +721,23 @@ Revert all changes that were made to `src/node_version.h`:
$ git checkout --ours HEAD -- src/node_version.h
```

<details>
<summary>LTS</summary>

On the main branch, instead of reverting changes made to `src/node_version.h` edit it instead and:

* Increment `NODE_MAJOR_VERSION` by one
* Reset `NODE_PATCH_VERSION` to `0`
* Change `NODE_VERSION_IS_RELEASE` back to `0`

Amend the current commit to apply the changes:

```
$ 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`.

Expand Down

0 comments on commit 8855bb0

Please sign in to comment.