-
Notifications
You must be signed in to change notification settings - Fork 6.5k
feat: update previous releases page to new schedule #8826
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -10,11 +10,11 @@ layout: about | |||||
| Major Node.js versions enter _Current_ release status for six months, which gives library authors time to add support for them. | ||||||
| After six months, odd-numbered releases (9, 11, etc.) become unsupported, and even-numbered releases (10, 12, etc.) move to _Active LTS_ status and are ready for general use. | ||||||
| _LTS_ release status is "long-term support", which typically guarantees that critical bugs will be fixed for a total of 30 months. | ||||||
| Production applications should only use _Active LTS_ or _Maintenance LTS_ releases. | ||||||
| Production applications should only use LTS releases. | ||||||
|
||||||
| Production applications should only use LTS releases. | |
| Production applications should only use _LTS_ releases. |
Copilot
AI
Apr 17, 2026
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.
This change updates the schedule image only for the English page, but other localized about/previous-releases.mdx pages still reference the old schedule SVG from github.com/nodejs/Release/.../schedule.svg. That means non-English users will see a different (and likely outdated) schedule. Consider updating the other locale pages to use the new /static/images/blog/announcements/2026-new-release-schedule.svg asset as well, or centralizing the schedule image reference so it can’t drift across locales.
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 intro text still describes the old odd/even release model (odd versions become unsupported; even versions move to Active LTS). The new schedule (and the updated schedule image) no longer follows this odd/even pattern, so this page’s written description is now inaccurate. Please update the explanation to match the new cadence (e.g., annual April majors, ~6 months Current, LTS promotion in October, and optionally mention the new Alpha period) and remove the odd/even guidance.