We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3d8cb commit 4b1a2e4Copy full SHA for 4b1a2e4
changelog-template.hbs
@@ -22,7 +22,9 @@ All notable changes to this project will be documented in this file. Dates are d
22
- {{{commit.subject}}}{{#each fixes}}{{#if href}} [`#{{id}}`]({{href}}){{/if}}{{/each}}
23
{{/each}}
24
{{#each commits}}
25
- - {{#if breaking}}**Breaking change:** {{/if}}{{{subject}}}{{#if href}} [`{{shorthash}}`]({{href}}){{/if}}
+ - {{#if breaking}}**Breaking change:** {{/if}}
26
+ {{message}}
27
+ {{#if href}} [`{{shorthash}}`]({{href}}){{/if}}
28
29
30
0 commit comments