Skip to content

Commit 58bec56

Browse files
ruyadornoRafaelGSS
authored andcommitted
doc: add more lts update steps to release guide
This changeset adds references to two steps required for promoting a release line to LTS: - Adding the new codename to nodejs-latest-linker repo - Adding codename info to the Release repo Signed-off-by: Ruy Adorno <ruyadorno@google.com> PR-URL: #45177 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 40a5e22 commit 58bec56

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

doc/contributing/releases.md

+19
Original file line numberDiff line numberDiff line change
@@ -1034,6 +1034,25 @@ existing labels for that release line, such as `vN.x`.
10341034
If the release is transitioning from Active LTS to Maintenance, the
10351035
`backport-requested-vN.x` label must be deleted.
10361036

1037+
### Add new codename to nodejs-latest-linker
1038+
1039+
In order to make sure a download URL
1040+
(e.g: <https://nodejs.org/download/release/latest-codename/>) will be available
1041+
for the new LTS release line you need to submit a PR to
1042+
<https://github.com/nodejs/nodejs-latest-linker> and add a new entry for the
1043+
new LTS codename in its `ltsNames` map located in the `./latest-linker.js`
1044+
file.
1045+
1046+
Make sure to reach out to the Build WG in order to validate that the new URL is
1047+
available as part of the LTS release promotion.
1048+
1049+
### Update Release repo info
1050+
1051+
Add the new LTS codename to the release schedule table located in the
1052+
`./README.md` file located at the <https://github.com/nodejs/Release>
1053+
repository along with the addition of the new codename to the `./schedule.json`
1054+
file in that same repo.
1055+
10371056
## Major releases
10381057

10391058
The process for cutting a new Node.js major release has a number of differences

0 commit comments

Comments
 (0)