Skip to content

Commit 618f641

Browse files
Trottaddaleax
authored andcommitted
doc: remove redundant LTS/Current information in Collaborator Guide
Remove bullet points about how breaking changes are handled in Current and LTS branches. * This information is covered in https://github.com/nodejs/Release#release-plan. * Having it here and in the above link means that the two may get out of sync, resulting in confusion. * The above link appears later in the doc in the LTS section. * Most Collaborators should not land *anything* in LTS branches and will almost never have a reason to land things into Current branches. They land stuff on the master branch. Adding this material here is confusing because it implies that Collaborators do land stuff on those branches. Save talk about those branches and how they're managed for later in the LTS section where it can be made clear that most Collaborators should not be landing code there anyway. PR-URL: #25842 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent f395728 commit 618f641

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

COLLABORATOR_GUIDE.md

-8
Original file line numberDiff line numberDiff line change
@@ -278,14 +278,6 @@ providing a Public API in such cases.
278278

279279
#### When Breaking Changes Actually Break Things
280280

281-
* Breaking changes should *never* land in Current or LTS except when:
282-
* Resolving critical security issues.
283-
* Fixing a critical bug (e.g. fixing a memory leak) requires a breaking
284-
change.
285-
* If a breaking commit does accidentally land in a Current or LTS branch, an
286-
attempt to fix the issue will be made before the next release; If no fix is
287-
provided then the commit will be reverted.
288-
289281
When any changes are landed on the master branch and it is determined that the
290282
changes *do* break existing code, a decision may be made to revert those
291283
changes either temporarily or permanently. However, the decision to revert or

0 commit comments

Comments
 (0)