Skip to content

Commit e1b571d

Browse files
Trotttargos
authored andcommitted
doc: make Deprecation cycle explanation more brief
The Deprecation cycle explanation in the COLLABORATOR_GUIDE.md file is now more concise. PR-URL: #21303 Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 296fd57 commit e1b571d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

COLLABORATOR_GUIDE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,10 @@ the documentation for the assigned deprecation identifier must remain in the
453453
Node.js API documentation.
454454

455455
<a id="deprecation-cycle"></a>
456-
A _Deprecation cycle_ is one full Node.js major release during which an API
457-
has been in one of the three Deprecation levels. (Note that Documentation-Only
458-
Deprecations may land in a Node.js minor release but must not be upgraded to
459-
a Runtime Deprecation until the next major release.)
456+
A _Deprecation cycle_ is a major release during which an API has been in one of
457+
the three Deprecation levels. Documentation-Only Deprecations may land in a
458+
minor release but must not be upgraded to a Runtime Deprecation until the next
459+
major release.
460460

461461
No API can be moved to End-of-life without first having gone through a
462462
Runtime Deprecation cycle. However, there is no requirement that deprecated

0 commit comments

Comments
 (0)