From 0a2340d59055d0fa365c2c497fd81421b5999513 Mon Sep 17 00:00:00 2001 From: Danielle Adams <6271256+danielleadams@users.noreply.github.com> Date: Fri, 14 Feb 2020 10:35:02 -0500 Subject: [PATCH] doc: remove section for marking release LTS (#531) This documentation was moved to Releases.md in https://github.com/nodejs/node/pull/31724 Refs: https://github.com/nodejs/node/pull/31724 --- README.md | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/README.md b/README.md index b334cbf..e72bbc0 100644 --- a/README.md +++ b/README.md @@ -133,37 +133,9 @@ codenames is available in [CODENAMES.md](./CODENAMES.md). An odd-numbered major release will cease to be actively updated when the subsequent even-numbered major release is cut. Depending on circumstances the project may -decide to provide an update to the odd-numbered release after the cutoff. However, +decide to provide an update to the odd-numbered release after the cutoff. However, there is no guarantee that any release will be made. -#### Marking a Release Line As LTS - -To mark a release line as LTS, the following changes must be made to `src/node_version.h`: - -* The `NODE_MINOR_VERSION` macro must be incremented by one -* The `NODE_PATCH_VERSION` macro must be set to `0` -* The `NODE_VERSION_IS_LTS` macro must be set to `1` -* The `NODE_VERSION_LTS_CODENAME` macro must be set to the codename selected for the LTS release. - -For example: - -```diff --#define NODE_MINOR_VERSION 12 --#define NODE_PATCH_VERSION 1 -+#define NODE_MINOR_VERSION 13 -+#define NODE_PATCH_VERSION 0 - --#define NODE_VERSION_IS_LTS 0 --#define NODE_VERSION_LTS_CODENAME "" -+#define NODE_VERSION_IS_LTS 1 -+#define NODE_VERSION_LTS_CODENAME "Erbium" - --#define NODE_VERSION_IS_RELEASE 0 -+#define NODE_VERSION_IS_RELEASE 1 -``` - -The changes must be made as part of a new semver-minor release. - ### LTS Staging Branches Every LTS major version has two branches in the GitHub repository: a release