diff --git a/bin/plugin/commands/changelog.js b/bin/plugin/commands/changelog.js index 02cb5f7afdd81a..59d77c3fe9610f 100644 --- a/bin/plugin/commands/changelog.js +++ b/bin/plugin/commands/changelog.js @@ -72,7 +72,7 @@ const LABEL_TYPE_MAPPING = { '[Type] Project Management': 'Tools', '[Package] Scripts': 'Tools', '[Type] Build Tooling': 'Tools', - 'Automated Testing': 'Tools', + '[Type] Automated Testing': 'Tools', '[Package] Dependency Extraction Webpack Plugin': 'Tools', '[Type] Code Quality': 'Code Quality', '[Type] Accessibility (a11y)': 'Accessibility', @@ -128,7 +128,7 @@ const LABEL_FEATURE_MAPPING = { 'New Block': 'Block Library', '[Package] E2E Tests': 'Testing', '[Package] E2E Test Utils': 'Testing', - 'Automated Testing': 'Testing', + '[Type] Automated Testing': 'Testing', 'CSS Styling': 'CSS & Styling', 'developer-docs': 'Documentation', '[Type] Developer Documentation': 'Documentation', diff --git a/bin/plugin/commands/test/__snapshots__/changelog.js.snap b/bin/plugin/commands/test/__snapshots__/changelog.js.snap index 571019ea3dca9c..9ecb797fa56838 100644 --- a/bin/plugin/commands/test/__snapshots__/changelog.js.snap +++ b/bin/plugin/commands/test/__snapshots__/changelog.js.snap @@ -89,6 +89,7 @@ exports[`getChangelog verify that the changelog is properly formatted 1`] = ` ### Performance +- Add search performance measure and make other measures more stable. ([33848](https://github.com/WordPress/gutenberg/pull/33848)) - Avoid double parsing the content when loading the editor. ([33727](https://github.com/WordPress/gutenberg/pull/33727)) #### Block Library @@ -170,7 +171,6 @@ exports[`getChangelog verify that the changelog is properly formatted 1`] = ` - Scripts: Update webpack to v5 (try 2). ([33818](https://github.com/WordPress/gutenberg/pull/33818)) #### Testing -- Add search performance measure and make other measures more stable. ([33848](https://github.com/WordPress/gutenberg/pull/33848)) - E2E: Block Hierarchy Navigation wait for the column to be highlighted. ([33721](https://github.com/WordPress/gutenberg/pull/33721))