Skip to content

Commit 7610fe5

Browse files
targosruyadorno
authored andcommitted
doc: add issue labels sections to release guide
PR-URL: #35224 Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 2308be0 commit 7610fe5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

doc/guides/releases.md

+23
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,14 @@ For example:
747747

748748
The changes must be made as part of a new semver-minor release.
749749

750+
### Update release labels
751+
752+
The `lts-watch-vN.x` issue label must be created, with the same color as other
753+
existing labels for that release line, such as `vN.x`.
754+
755+
If the release is transitioning from Active LTS to Maintenance, the
756+
`backport-requested-vN.x` label must be deleted.
757+
750758
## Major Releases
751759

752760
The process for cutting a new Node.js major release has a number of differences
@@ -783,6 +791,21 @@ One month or less before the release date, commits must be cherry-picked into
783791
the two branches. To land `SEMVER-MAJOR` at this time requires no objections
784792
from the TSC.
785793

794+
### Create release labels
795+
796+
The following issue labels must be created:
797+
798+
* `vN.x`
799+
* `backport-blocked-vN.x`
800+
* `backport-open-vN.x`
801+
* `backport-requested-vN.x`
802+
* `backported-to-vN.x`
803+
* `dont-land-on-vN.x`
804+
805+
The label description can be copied from existing labels of previous releases.
806+
The label color must be the same for all new labels, but different from the
807+
labels of previous releases.
808+
786809
### Release Proposal
787810

788811
A draft release proposal should be created two months before the release. A

0 commit comments

Comments
 (0)