summaryrefslogtreecommitdiff
path: root/COLLABORATOR_GUIDE.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-01-28 17:03:14 -0800
committerRich Trott <rtrott@gmail.com>2019-01-30 21:44:59 -0800
commit43bba407175d87a7a9fab0cd5683840eca0307c3 (patch)
tree98b2ab210917af707bd77d581bcd72557adf348e /COLLABORATOR_GUIDE.md
parent6ab0d56a5997a5e45b5cf2fd25015bbf20d042a7 (diff)
downloadandroid-node-v8-43bba407175d87a7a9fab0cd5683840eca0307c3.tar.gz
android-node-v8-43bba407175d87a7a9fab0cd5683840eca0307c3.tar.bz2
android-node-v8-43bba407175d87a7a9fab0cd5683840eca0307c3.zip
doc: remove outdated COLLABORATOR_GUIDE sentence about breaking changes
The TSC has delegated authority over LTS and Current branches to the Release WG. Remove the bullet point about TSC having authority to determine that a breaking change is necessary on LTS and Current release branches. Retaining that authority would require de-chartering the Release WG. Fixes: https://github.com/nodejs/TSC/issues/660 PR-URL: https://github.com/nodejs/node/pull/25780 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'COLLABORATOR_GUIDE.md')
-rw-r--r--COLLABORATOR_GUIDE.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md
index 25fab70575..acc8538219 100644
--- a/COLLABORATOR_GUIDE.md
+++ b/COLLABORATOR_GUIDE.md
@@ -282,7 +282,6 @@ providing a Public API in such cases.
* Resolving critical security issues.
* Fixing a critical bug (e.g. fixing a memory leak) requires a breaking
change.
- * There is TSC consensus that the change is required.
* If a breaking commit does accidentally land in a Current or LTS branch, an
attempt to fix the issue will be made before the next release; If no fix is
provided then the commit will be reverted.