File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -747,6 +747,14 @@ For example:
747
747
748
748
The changes must be made as part of a new semver-minor release.
749
749
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
+
750
758
## Major Releases
751
759
752
760
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
783
791
the two branches. To land ` SEMVER-MAJOR ` at this time requires no objections
784
792
from the TSC.
785
793
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
+
786
809
### Release Proposal
787
810
788
811
A draft release proposal should be created two months before the release. A
You can’t perform that action at this time.
0 commit comments