Skip to content

Commit

Permalink
Automated Changelog: Rename "Editor" grouping to "Post Editor" to avo…
Browse files Browse the repository at this point in the history
…id ambiguity with other editors (#34093)

* Update changelog.js

* Update changelog.js.snap

* Update the snapshot test for changelog formatting

Co-authored-by: Grzegorz Ziolkowski <grzegorz@gziolo.pl>
  • Loading branch information
priethor and gziolo authored Aug 17, 2021
1 parent 8c12930 commit 0ebe9b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/plugin/commands/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const LABEL_FEATURE_MAPPING = {
'[Package] Icons': 'Icons',
'[Package] Block Editor': 'Block Editor',
'[Package] Block library': 'Block Library',
'[Package] Editor': 'Editor',
'[Package] Editor': 'Post Editor',
'[Package] Edit Widgets': 'Widgets Editor',
'[Package] Widgets Customizer': 'Widgets Editor',
'[Package] Components': 'Components',
Expand Down
6 changes: 3 additions & 3 deletions bin/plugin/commands/test/__snapshots__/changelog.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ exports[`formatChangelog verify that the changelog is properly formatted 1`] = `
#### Site Editor
- Fix the site editor breaking in firefox. ([33896](https://github.com/WordPress/gutenberg/pull/33896))
#### Editor
- Safer isPreviewingPost check. ([33840](https://github.com/WordPress/gutenberg/pull/33840))
#### Post Editor
- Editor: Safer isPreviewingPost check. ([33840](https://github.com/WordPress/gutenberg/pull/33840))
#### Meta Boxes
- Fix Safari 13 metaboxes from overlapping the content. ([33817](https://github.com/WordPress/gutenberg/pull/33817))
Expand Down Expand Up @@ -109,7 +109,7 @@ exports[`formatChangelog verify that the changelog is properly formatted 1`] = `
#### Template Editor
- Template Mode: Remove 'per_page' argument from the template data selector. ([33742](https://github.com/WordPress/gutenberg/pull/33742))
#### Editor
#### Post Editor
- Refactor the HierarchicalTermSelector so that it does not cause unnecessary loading of terms. ([33418](https://github.com/WordPress/gutenberg/pull/33418))
Expand Down

0 comments on commit 0ebe9b3

Please sign in to comment.