File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -1217,8 +1217,14 @@ the releaser, these must be kept in sync with `main`.
1217
1217
The ` vN.x ` and ` vN.x-staging ` branches must be kept in sync with one another
1218
1218
up until the date of the release.
1219
1219
1220
- The TSC should be informed of any ` SEMVER-MAJOR ` commits that land within one
1221
- month of the release.
1220
+ If a ` SEMVER-MAJOR ` pull request lands on the default branch within one month
1221
+ prior to the major release date, it must not be included on the new major
1222
+ staging branch, unless there is consensus from the Node.js releasers team to
1223
+ do so. This measure aims to ensure better stability for the release candidate
1224
+ (RC) phase, which begins approximately two weeks prior to the official release.
1225
+ By restricting ` SEMVER-MAJOR ` commits in this period, we provide more time for
1226
+ thorough testing and reduce the potential for major breakages, especially in
1227
+ LTS lines.
1222
1228
1223
1229
### Create release labels
1224
1230
You can’t perform that action at this time.
0 commit comments