Skip to content

Commit ed48247

Browse files
mhdawsonfhemberger
authored andcommitted
update to reflect LTS -> Release WG rename (#1366)
* update to reflect LTS -> Release WG rename * squash: address comments
1 parent 1adf254 commit ed48247

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed

locale/en/about/working-groups.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Core Working Groups are created by the
2121
* [Benchmarking](#benchmarking)
2222
* [Post-mortem](#post-mortem)
2323
* [Intl](#intl)
24+
* [Release](#release)
2425

2526
### [Website](https://github.com/nodejs/nodejs.org)
2627

@@ -226,3 +227,15 @@ Responsibilities include:
226227
to be generated when needed.
227228
* Defining and adding common structures to the dumps generated
228229
in order to support tools that want to introspect those dumps.
230+
231+
### [Release](https://github.com/nodejs/LTS)
232+
The Release Working Group manages the release process for Node.js.
233+
234+
Responsibilities include:
235+
* Define the release process.
236+
* Define the content of releases.
237+
* Generate and create releases.
238+
* Test Releases.
239+
* Manage the Long Term Support and Current branches including
240+
backporting changes to these branches.
241+
* Define the policy for what gets backported to release streams

locale/en/get-involved/development.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ layout: contribute.hbs
1717
- [Release Process and Branching Model](#release-process-and-branching-model)
1818
- [Release Versioning](#release-versioning)
1919
- [Release Process for Master](#release-process-for-master)
20-
- [Long Term Support Working Group](#long-term-support-working-group-roadmap)
20+
- [Release Working Group](#release-working-group-roadmap)
2121
- [Issues Workflow](#issues-workflow)
2222
- [Stability Policy](#stability-policy)
2323
- [Implicit vs. Explicit API Stability](#implicit-vs-explicit-api-stability)
@@ -147,9 +147,9 @@ Before a new *semver-major*, `master` is branched for maintenance of the prior m
147147
148148
```
149149

150-
Modifications to maintenance branches are limited to bug fixes, with priority given to changes that address specific security vulnerabilities. Oversight of the maintenance branches belongs to the Long Term Support (LTS) Working Group. The LTS Working Group will establish policies for landing Pull Requests into maintenance branches.
150+
Modifications to maintenance branches are limited to bug fixes, with priority given to changes that address specific security vulnerabilities. Oversight of the maintenance branches belongs to the Release Working Group. The Release will establish policies for landing Pull Requests into maintenance branches.
151151

152-
The LTS Working Group may choose to use its own tags to identify LTS Release Candidates and LTS Releases and can choose to create additional maintenance branches if need arises. The LTS Working Group may also choose to use extended version metadata for tracking changes that land within maintenance branches.
152+
The Release may choose to use its own tags to identify Long Term Support (LTS) Release Candidates and LTS Releases and can choose to create additional maintenance branches if need arises. The Release Working Group may also choose to use extended version metadata for tracking changes that land within maintenance branches.
153153

154154
Additionally there are branches for stable release lines prior to 1.0 of minor versions. Example: `v0.8.x`, `v0.10.x`, `v0.12.x`.
155155

@@ -176,9 +176,9 @@ Master must pass a full CI test run prior to release.
176176

177177
If master contains changes which are tagged *semver-minor* then the release should bump the minor version otherwise it is a patch release.
178178

179-
## Long Term Support Working Group Roadmap
179+
## Release Working Group Roadmap
180180

181-
The LTS WG is expected to establish a regular and predictable cadence of LTS Releases. To this end, the LTS WG must maintain and regularly publish a clear Roadmap that outlines the priorities and milestones for upcoming LTS Releases. The goal of the Roadmap is to help guide the project's evolution as opposed to constraining it.
181+
The Release WG is expected to establish a regular and predictable cadence of LTS Releases. To this end, the Release WG must maintain and regularly publish a clear Roadmap that outlines the priorities and milestones for upcoming LTS Releases. The goal of the Roadmap is to help guide the project's evolution as opposed to constraining it.
182182

183183
## Issues Workflow
184184

locale/uk/get-involved/development.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ layout: contribute.hbs
1717
- [Release Process and Branching Model](#release-process-and-branching-model)
1818
- [Release Versioning](#release-versioning)
1919
- [Release Process for Master](#release-process-for-master)
20-
- [Long Term Support Working Group](#long-term-support-working-group-roadmap)
20+
- [Release Working Group](#release-working-group-roadmap)
2121
- [Issues Workflow](#issues-workflow)
2222
- [Stability Policy](#stability-policy)
2323
- [Implicit vs. Explicit API Stability](#implicit-vs-explicit-api-stability)
@@ -103,6 +103,7 @@ Additionally, Collaborators should:
103103

104104
* Double check Pull Requests to make sure the author's full name and email address are correct before merging.
105105
* Verify that every commit passes all tests.
106+
* The [core-validate-commit](https://github.com/evanlucas/core-validate-commit) command validates the commit message for a particular commit in node core.
106107

107108
### Issue and Pull Request Tagging
108109

@@ -146,9 +147,9 @@ Before a new *semver-major*, `master` is branched for maintenance of the prior m
146147
147148
```
148149

149-
Modifications to maintenance branches are limited to bug fixes, with priority given to changes that address specific security vulnerabilities. Oversight of the maintenance branches belongs to the Long Term Support (LTS) Working Group. The LTS Working Group will establish policies for landing Pull Requests into maintenance branches.
150+
Modifications to maintenance branches are limited to bug fixes, with priority given to changes that address specific security vulnerabilities. Oversight of the maintenance branches belongs to the Release Working Group. The Release will establish policies for landing Pull Requests into maintenance branches.
150151

151-
The LTS Working Group may choose to use its own tags to identify LTS Release Candidates and LTS Releases and can choose to create additional maintenance branches if need arises. The LTS Working Group may also choose to use extended version metadata for tracking changes that land within maintenance branches.
152+
The Release may choose to use its own tags to identify Long Term Support (LTS) Release Candidates and LTS Releases and can choose to create additional maintenance branches if need arises. The Release Working Group may also choose to use extended version metadata for tracking changes that land within maintenance branches.
152153

153154
Additionally there are branches for stable release lines prior to 1.0 of minor versions. Example: `v0.8.x`, `v0.10.x`, `v0.12.x`.
154155

@@ -175,9 +176,9 @@ Master must pass a full CI test run prior to release.
175176

176177
If master contains changes which are tagged *semver-minor* then the release should bump the minor version otherwise it is a patch release.
177178

178-
## Long Term Support Working Group Roadmap
179+
## Release Working Group Roadmap
179180

180-
The LTS WG is expected to establish a regular and predictable cadence of LTS Releases. To this end, the LTS WG must maintain and regularly publish a clear Roadmap that outlines the priorities and milestones for upcoming LTS Releases. The goal of the Roadmap is to help guide the project's evolution as opposed to constraining it.
181+
The Release WG is expected to establish a regular and predictable cadence of LTS Releases. To this end, the Release WG must maintain and regularly publish a clear Roadmap that outlines the priorities and milestones for upcoming LTS Releases. The goal of the Roadmap is to help guide the project's evolution as opposed to constraining it.
181182

182183
## Issues Workflow
183184

0 commit comments

Comments
 (0)