Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upv14.15.0 proposal #35746
v14.15.0 proposal #35746
Conversation
Notable changes: This release marks the transition of Node.js 14.x into Long Term Support (LTS) with the codename 'Fermium'. The 14.x release line now moves into "Active LTS" and will remain so until October 2021. After that time, it will move into "Maintenance" until end of life in April 2023. PR-URL: #35746
|
This is the first LTS 14.x release and as such any commits should generally have been on current for two weeks as per https://github.com/nodejs/Release#lts-staging-branches. We try to keep the first LTS release light in terms of numbers of commits -- it's primarily to flip the LTS bit on and have the release declare itself as LTS. I'm proposing not having to run CITGM on this. The first LTS release is semver-minor according to https://github.com/nodejs/node/blob/master/doc/guides/releases.md#lts-releases. |
|
The table in CHANGELOG_V14 should be split in two columns. See the one in V12 for example |
| @@ -31,7 +31,8 @@ release. | |||
| </tr> | |||
| <tr> | |||
| <td valign="top"> | |||
| <b><a href="doc/changelogs/CHANGELOG_V14.md#14.14.0">14.14.0</a></b><br/> | |||
| <b><a href="doc/changelogs/CHANGELOG_V14.md#14.15.0">14.15.0</a></b><br/> | |||
| <a href="doc/changelogs/CHANGELOG_V14.md#14.14.0">14.14.0</a><br/> | |||
Notable changes: This release marks the transition of Node.js 14.x into Long Term Support (LTS) with the codename 'Fermium'. The 14.x release line now moves into "Active LTS" and will remain so until October 2021. After that time, it will move into "Maintenance" until end of life in April 2023. PR-URL: #35746
Fixed this in the tooling. Found an existing issue in the changelogs for 14.x: #35746 (comment) |
Remove the table headings for Node.js 13.x that were not removed in 631dd21. Vertically align the list of releases in the 14.x changelog as they are in the changelogs for 12.x and 10.x. PR-URL: #35756 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Notable changes: This release marks the transition of Node.js 14.x into Long Term Support (LTS) with the codename 'Fermium'. The 14.x release line now moves into "Active LTS" and will remain so until October 2021. After that time, it will move into "Maintenance" until end of life in April 2023. PR-URL: #35746
|
The changelog changes should be good now. @targos PTAL. |


2020-10-27, Version 14.15.0 'Fermium' (LTS), @richardlau
Notable Changes
This release marks the transition of Node.js 14.x into Long Term Support (LTS)
with the codename 'Fermium'. The 14.x release line now moves into "Active LTS"
and will remain so until October 2021. After that time, it will move into
"Maintenance" until end of life in April 2023.
Commits
90a5d59824] - doc: fix Node.js 14.x changelogs (Richard Lau) #357567f788573b3] - Revert "test: mark test-webcrypto-encrypt-decrypt-aes flaky" (Myles Borins) #35666@nodejs/releasers FYI this was generated via nodejs/node-core-utils#514, including the notable changes in the changelog and updating the test file.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes