diff --git a/changelog-template.hbs b/changelog-template.hbs index 33eec3f..87aed2d 100644 --- a/changelog-template.hbs +++ b/changelog-template.hbs @@ -22,9 +22,9 @@ All notable changes to this project will be documented in this file. Dates are d - {{{commit.subject}}}{{#each fixes}}{{#if href}} [`#{{id}}`]({{href}}){{/if}}{{/each}} {{/each}} {{#each commits}} - - {{#if breaking}}**Breaking change:** {{/if}} - {{message}} - {{#if href}} [`{{shorthash}}`]({{href}}){{/if}} + ##### {{#if breaking}}**Breaking change:** {{/if}} {{#if href}} [`{{shorthash}}`]({{href}}){{/if}}{{message}} + + {{/each}} {{/each}}