Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Lucas <evanlucas@me.com>2017-01-10 15:13:00 +0300
committerEvan Lucas <evanlucas@me.com>2017-01-10 21:32:26 +0300
commitf1253e862791dcc040e874fa65c59c6cbcbd9ec2 (patch)
treee63b457014956789c3c20f3e183fab2dd3a62989 /COLLABORATOR_GUIDE.md
parented9b6c1264a07084e44f1d269bfe82e0f1b37c74 (diff)
doc: update LTS info for current releases
The COLLABORATOR_GUIDE was still listing v0.10 and v0.12 as LTS when they are EOL now. PR-URL: https://github.com/nodejs/node/pull/10720 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'COLLABORATOR_GUIDE.md')
-rw-r--r--COLLABORATOR_GUIDE.md17
1 files changed, 6 insertions, 11 deletions
diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md
index b80e1d5db02..7ac8f49ee09 100644
--- a/COLLABORATOR_GUIDE.md
+++ b/COLLABORATOR_GUIDE.md
@@ -319,9 +319,8 @@ CTC for further discussion.
#### How are LTS Branches Managed?
-There are currently three LTS branches: `v4.x`, `v0.10`, and `v0.12`. Each
-of these is paired with a "staging" branch: `v4.x-staging`, `v0.10-staging`,
-and `v0.12-staging`.
+There are currently two LTS branches: `v6.x` and `v4.x`. Each of these is paired
+with a "staging" branch: `v6.x-staging` and `v4.x-staging`.
As commits land in `master`, they are cherry-picked back to each staging
branch as appropriate. If the commit applies only to the LTS branch, the
@@ -342,18 +341,14 @@ please feel free to include that information in the PR thread.
Several LTS related issue and PR labels have been provided:
+* `lts-watch-v6.x` - tells the LTS WG that the issue/PR needs to be considered
+ for landing in the `v6.x-staging` branch.
* `lts-watch-v4.x` - tells the LTS WG that the issue/PR needs to be considered
for landing in the `v4.x-staging` branch.
-* `lts-watch-v0.10` - tells the LTS WG that the issue/PR needs to be considered
- for landing in the `v0.10-staging` branch.
-* `lts-watch-v0.12` - tells the LTS WG that the issue/PR needs to be considered
- for landing in the `v0.12-staging` branch.
+* `land-on-v6.x` - tells the release team that the commit should be landed
+ in a future v6.x release
* `land-on-v4.x` - tells the release team that the commit should be landed
in a future v4.x release
-* `land-on-v0.10` - tells the release team that the commit should be landed
- in a future v0.10 release
-* `land-on-v0.12` - tells the release team that the commit should be landed
- in a future v0.12 release
Any collaborator can attach these labels to any PR/issue. As commits are
landed into the staging branches, the `lts-watch-` label will be removed.