Skip to content

Commit e67cf43

Browse files
Merge pull request #1037 from nodejs/chore/remove-lts-team
chore: remove lts team
2 parents 143ae02 + 0c4096e commit e67cf43

File tree

2 files changed

+9
-26
lines changed

2 files changed

+9
-26
lines changed

GOVERNANCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release Working Group
22

33
The Node.js Release Working Group (WG) maintains oversight
4-
over the Node.js Release, Long Term Support (LTS) and
4+
over the Node.js Release and
55
Canary in the Gold Mine (CitGM) teams. It manages the release
66
and long term support schedule and policies for all Node.js releases.
77

@@ -168,7 +168,7 @@ reported to the TSC immediately so remedial action can be taken.**
168168

169169
For releasing on LTS release lines, releasers must:
170170

171-
* Be added as members of the GitHub [LTS team](https://github.com/orgs/nodejs/teams/lts)
171+
* Be added as members of the GitHub [Release team](https://github.com/orgs/nodejs/teams/releasers)
172172
* Fully release at least one Current Node.js release; for practice, and to help promote the new GPG key to the user ecosystem prior to it being required to verify an LTS release
173173

174174
### SSH key guidance

README.md

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ phases.
2626
* Current - Should incorporate most of the non-major (non-breaking)
2727
changes that land on `nodejs/node` main branch.
2828
* Active LTS - New features, bug fixes, and updates that have been audited by
29-
the LTS team and have been determined to be appropriate and stable for the
29+
the Release team and have been determined to be appropriate and stable for the
3030
release line.
3131
* Maintenance - Critical bug fixes and security updates. New features may be
32-
added at the discretion of the LTS team - typically only in cases where
32+
added at the discretion of the Release team - typically only in cases where
3333
the new feature supports migration to later release lines.
3434

3535
Changes required for critical security and bug fixes may lead to *semver-major*
@@ -83,16 +83,16 @@ the working group does not automatically result in membership in these
8383
teams. These teams are:
8484

8585
* Releasers team
86-
* LTS team
86+
* Backporters team
8787
* CITGM team
8888

8989
The `releasers` team is entrusted with the secrets and CI access to be able
9090
build and sign releases. **Additions to the releasers team must be approved
9191
by the TSC following the process outlined in GOVERNANCE.md.**
9292

93-
The Long Term Support (LTS) team manages the process/content of LTS releases
94-
and the required backporting for these releases. Additions to the LTS
95-
team needs sign off from the rest of the LTS team.
93+
The Release team manages the process/content of LTS releases
94+
and the required backporting for these releases. Additions to the Release
95+
team needs sign off from the rest of the Release team.
9696

9797
The Canary in the Gold Mine (CITGM) team maintains CITGM as one of
9898
the key sanity checks for releases. This team maintains the CITGM
@@ -177,26 +177,9 @@ the discretion of the Release working group.
177177
[21.x]: https://nodejs.org/download/release/latest-v21.x/
178178
[22.x]: https://nodejs.org/download/release/latest-v22.x/
179179

180-
The working group members are the union of the LTS, Releasers
180+
The working group members are the union of the Releasers, Backporters
181181
and CITGM team members listed below.
182182

183-
## LTS Team members
184-
185-
<!-- ncu-team-sync.team(nodejs/lts) -->
186-
187-
* [@BethGriggs](https://github.com/BethGriggs) - Bethany Griggs
188-
* [@BridgeAR](https://github.com/BridgeAR) - Ruben Bridgewater
189-
* [@codebytere](https://github.com/codebytere) - Shelley Vohr
190-
* [@danielleadams](https://github.com/danielleadams) - Danielle Adams
191-
* [@guybedford](https://github.com/guybedford) - Guy Bedford
192-
* [@mhdawson](https://github.com/mhdawson) - Michael Dawson
193-
* [@RafaelGSS](https://github.com/RafaelGSS) - Rafael Gonzaga
194-
* [@richardlau](https://github.com/richardlau) - Richard Lau
195-
* [@ruyadorno](https://github.com/ruyadorno) - Ruy Adorno
196-
* [@targos](https://github.com/targos) - Michaël Zasso
197-
198-
<!-- ncu-team-sync end -->
199-
200183
### Backporters team
201184

202185
<!-- ncu-team-sync.team(nodejs/backporters) -->

0 commit comments

Comments
 (0)