Skip to content

Commit

Permalink
Fixed changelog to have full commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Phara0h committed Nov 2, 2020
1 parent 0d3d8cb commit 4b1a2e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion changelog-template.hbs
Expand Up @@ -22,7 +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}}{{{subject}}}{{#if href}} [`{{shorthash}}`]({{href}}){{/if}}
- {{#if breaking}}**Breaking change:** {{/if}}
{{message}}
{{#if href}} [`{{shorthash}}`]({{href}}){{/if}}
{{/each}}

{{/each}}

0 comments on commit 4b1a2e4

Please sign in to comment.