Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ae3a194

Browse filesBrowse files
cfanouliscodebytere
authored andcommitted
doc: update collaborator guide with LTS labels
PR-URL: #24379 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 31376d9 commit ae3a194
Copy full SHA for ae3a194

File tree

Expand file treeCollapse file tree

1 file changed

+13
-9
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+13
-9
lines changed
Open diff view settings
Collapse file

‎COLLABORATOR_GUIDE.md‎

Copy file name to clipboardExpand all lines: COLLABORATOR_GUIDE.md
+13-9Lines changed: 13 additions & 9 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -794,8 +794,8 @@ TSC for further discussion.
794794

795795
#### How are LTS Branches Managed?
796796

797-
There are multiple LTS branches, e.g. `v8.x` and `v6.x`. Each of these is paired
798-
with a staging branch: `v8.x-staging` and `v6.x-staging`.
797+
There are multiple LTS branches, e.g. `v10.x` and `v8.x`. Each of these is
798+
paired with a staging branch: `v10.x-staging` and `v8.x-staging`.
799799

800800
As commits land on the master branch, they are cherry-picked back to each
801801
staging branch as appropriate. If the commit applies only to the LTS branch, the
@@ -817,14 +817,18 @@ on backporting, please see the [backporting guide][].
817817

818818
Several LTS related issue and PR labels have been provided:
819819

820-
* `lts-watch-v6.x` - tells the LTS WG that the issue/PR needs to be considered
821-
for landing in the `v6.x-staging` branch.
822-
* `lts-watch-v4.x` - tells the LTS WG that the issue/PR needs to be considered
823-
for landing in the `v4.x-staging` branch.
820+
* `lts-watch-v10.x` - tells the LTS WG that the issue/PR needs to be
821+
considered for landing in the `v10.x-staging` branch.
822+
* `lts-watch-v8.x` - tells the LTS WG that the issue/PR needs to be
823+
considered for landing in the `v8.x-staging` branch.
824+
* `lts-watch-v6.x` - tells the LTS WG that the issue/PR needs to be
825+
considered for landing in the `v6.x-staging` branch.
826+
* `land-on-v10.x` - tells the release team that the commit should be landed
827+
in a future v10.x release.
828+
* `land-on-v8.x` - tells the release team that the commit should be landed
829+
in a future v8.x release.
824830
* `land-on-v6.x` - tells the release team that the commit should be landed
825-
in a future v6.x release
826-
* `land-on-v4.x` - tells the release team that the commit should be landed
827-
in a future v4.x release
831+
in a future v6.x release.
828832

829833
Any Collaborator can attach these labels to any PR/issue. As commits are
830834
landed into the staging branches, the `lts-watch-` label will be removed.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.