Skip to content

Commit

Permalink
Changelog generation: remove “experimental” status from WP 5.8 stable…
Browse files Browse the repository at this point in the history
… items (#33214)

* Remove “experimental” status from items to be released as stable in WP 5.8

* Remove additional blocks to implicit stable status
  • Loading branch information
getdave authored Jul 7, 2021
1 parent 2356b2d commit 76ee72d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/plugin/commands/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,13 @@ const manifest = require( '../../../package.json' );
*/
const LABEL_TYPE_MAPPING = {
'[Block] Navigation': 'Experiments',
'[Block] Query': 'Experiments',
'[Block] Post Comments Count': 'Experiments',
'[Block] Post Comments Form': 'Experiments',
'[Block] Post Comments': 'Experiments',
'[Block] Post Featured Image': 'Experiments',
'[Block] Post Hierarchical Terms': 'Experiments',
'[Block] Post Title': 'Experiments',
'[Block] Site Logo': 'Experiments',
'[Feature] Full Site Editing': 'Experiments',
'Global Styles': 'Experiments',
'[Feature] Navigation Screen': 'Experiments',
'[Feature] Widgets Screen': 'Experiments',
'[Package] Dependency Extraction Webpack Plugin': 'Tools',
'[Package] Jest Puppeteer aXe': 'Tools',
'[Package] E2E Tests': 'Tools',
Expand Down

0 comments on commit 76ee72d

Please sign in to comment.