doc: remove How Does LTS Work section from Collaborator Guide · nodejs/node@fc0aa50 (original) (raw)

`@@ -639,20 +639,9 @@ git push upstream master

`

639

639

``

640

640

`Long Term Support (LTS) guarantees 30-month support cycles for specific Node.js

`

641

641

`versions. You can find more information

`

642

``

`-

in the full release plan.

`

643

``

-

644

``

`-

How does LTS work?

`

645

``

-

646

``

`-

Once a Current branch enters LTS, changes in that branch are limited to bug

`

647

``

`-

fixes, security updates, possible npm updates, documentation updates, and

`

648

``

`-

certain performance improvements that can be demonstrated to not break existing

`

649

``

`-

applications. Semver-minor changes are only permitted if required for bug fixes

`

650

``

`-

and then only on a case-by-case basis with LTS WG and possibly Technical

`

651

``

`-

Steering Committee (TSC) review. Semver-major changes are permitted only if

`

652

``

`-

required for security-related fixes.

`

653

``

-

654

``

`-

Once a Current branch moves into Maintenance mode, only critical bugs,

`

655

``

`-

critical security fixes, and documentation updates will be permitted.

`

``

642

`+

in the full release plan. Once

`

``

643

`+

a branch enters LTS, the release plan limits the types of changes permitted in

`

``

644

`+

the branch.

`

656

645

``

657

646

`#### Landing semver-minor commits in LTS

`

658

647

``