From 971274485311642389f0ecd0f47dfd3fe044d348 Mon Sep 17 00:00:00 2001 From: Phara0h Date: Wed, 4 Nov 2020 14:38:45 -0500 Subject: [PATCH] Update changelog-template.hbs --- changelog-template.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}}