From 834f3894d38efe980a0b177cad396076d323be0a Mon Sep 17 00:00:00 2001 From: Aki Hamano Date: Thu, 9 Oct 2025 12:50:56 +0900 Subject: [PATCH] Changelog automation: change "Block Commenting" to "Notes" --- bin/plugin/commands/changelog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/plugin/commands/changelog.js b/bin/plugin/commands/changelog.js index bba136cdd8f91f..26921940272dc2 100644 --- a/bin/plugin/commands/changelog.js +++ b/bin/plugin/commands/changelog.js @@ -97,7 +97,7 @@ const LABEL_TYPE_MAPPING = { */ const LABEL_FEATURE_MAPPING = { '[Feature] Real-time Collaboration': 'Collaboration', - '[Feature] Block Commenting': 'Collaboration', + '[Feature] Notes': 'Collaboration', '[Feature] Widgets Screen': 'Widgets Editor', '[Feature] Widgets Customizer': 'Widgets Editor', '[Feature] Design Tools': 'Design Tools',