-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v14.15.0 proposal #35746
v14.15.0 proposal #35746
Conversation
This reverts commit 3d21792. PR-URL: #35666 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
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
7da6074
to
eae3ce4
Compare
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The table in CHANGELOG_V14 should be split in two columns. See the one in V12 for example
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
eae3ce4
to
f3d4f9f
Compare
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 <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
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
f3d4f9f
to
ce2b234
Compare
The changelog changes should be good now. @targos PTAL. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Refs: #35525 PR-URL: #35782 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
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
ce2b234
to
c1da528
Compare
Release build: https://ci-release.nodejs.org/job/iojs+release/6427/ (✔️) |
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
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
5b7a08c902
] - doc: add missing link in Node.js 14 Changelog (Antoine du Hamel) #3578290a5d59824
] - 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