From ddb5402f5f236d851b2d63b5ca39862767e7bd61 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 8 Oct 2022 08:44:21 -0700 Subject: [PATCH] doc: fix label name in collaborator guide PR-URL: https://github.com/nodejs/node/pull/44920 Reviewed-By: Geoffrey Booth Reviewed-By: Luigi Pinca Reviewed-By: Chengzhong Wu Reviewed-By: Kohei Ueno --- doc/contributing/collaborator-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/collaborator-guide.md b/doc/contributing/collaborator-guide.md index 018d164b55acd4..2670915c7abd79 100644 --- a/doc/contributing/collaborator-guide.md +++ b/doc/contributing/collaborator-guide.md @@ -444,7 +444,7 @@ documentation must state the deprecation status. * Backward-incompatible changes including complete removal of such APIs can occur at any time. -Apply the `notable change` label to all pull requests that introduce +Apply the `notable-change` label to all pull requests that introduce Documentation-Only Deprecations. Such deprecations have no impact on code execution. Thus, they are not breaking changes (`semver-major`).