Skip to content

Commit 7dd8066

Browse files
docs: improve readability
Co-Authored-By: Sebastian Beltran <103585995+bjohansebas@users.noreply.github.com>
1 parent 79d6b87 commit 7dd8066

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

apps/site/authors.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@
158158
"name": "Julián Duque",
159159
"website": "https://github.com/julianduque"
160160
},
161+
"Node.js Releasers": {
162+
"id": "nodejs",
163+
"name": "Node.js Release Working Group",
164+
"website": "https://github.com/nodejs/release"
165+
},
161166
"Node.js Technical Steering Committee": {
162167
"id": "nodejs",
163168
"name": "Node.js Technical Steering Committee",

apps/site/pages/en/blog/announcements/evolving-the-nodejs-release-schedule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2026-04-01T00:00:00.000Z'
33
category: announcements
44
title: Evolving the Node.js Release Schedule
55
layout: blog-post
6-
author: The Node.js Release Team
6+
author: Node.js Releasers
77
---
88

99
Starting with 27.x, Node.js will move from two major releases per year to one.
@@ -60,7 +60,7 @@ As of October 2026:
6060
| LTS | 29 months | Long-term support with security fixes |
6161
| EOL | Infinity | The project no longer provides any support |
6262

63-
Total support: 35 months from release to End of Life.
63+
Total support: 35 months from release to [End of Life (EOL)](https://nodejs.org/en/about/eol).
6464

6565
We took some inspiration from Ubuntu's release cycle: predictable
6666
April/October anchors, with Interim releases for testing and LTS releases for
@@ -69,7 +69,7 @@ production.
6969
### About the Alpha Channel
7070

7171
The Alpha channel replaces odd-numbered releases. Alpha releases are signed,
72-
tagged, and tested through CITGM. CITGM (Canary in the Goldmine) is a tool we
72+
tagged, and tested through [CITGM](https://github.com/nodejs/citgm). CITGM (Canary in the Goldmine) is a tool we
7373
maintain that runs the test suite of major open-source packages on the upcoming
7474
version of Node.js, which can let us detect ecosystem breakage and notify the
7575
package authors ahead of the release.

0 commit comments

Comments
 (0)