File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -747,6 +747,14 @@ For example:
747747
748748The 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
752760The 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
783791the two branches. To land ` SEMVER-MAJOR ` at this time requires no objections
784792from 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
788811A draft release proposal should be created two months before the release. A
You can’t perform that action at this time.
0 commit comments