diff --git a/bin/plugin/commands/changelog.js b/bin/plugin/commands/changelog.js
index 3443a548606c25..75aa7a2e0b6b4b 100644
--- a/bin/plugin/commands/changelog.js
+++ b/bin/plugin/commands/changelog.js
@@ -677,7 +677,7 @@ async function getChangelog( settings ) {
// the "Documentation" section.
if ( group !== featureName ) {
// Start new
for the Feature group.
- changelog += '- ' + featureName + '\n';
+ changelog += '#### ' + featureName + '\n';
}
// Add a - for each PR in the Feature.
@@ -686,7 +686,7 @@ async function getChangelog( settings ) {
entry = entry && entry.replace( `[${ featureName } - `, '[' );
// Add a new bullet point to the list.
- changelog += ` ${ entry }\n`;
+ changelog += `${ entry }\n`;
} );
// Close the