Skip to content

Instantly share code, notes, and snippets.

@alexanderniebuhr
Created May 4, 2021 13:58
Show Gist options
  • Save alexanderniebuhr/5d1122517df4c40b1cb4c7e17a817b94 to your computer and use it in GitHub Desktop.
Save alexanderniebuhr/5d1122517df4c40b1cb4c7e17a817b94 to your computer and use it in GitHub Desktop.
{{#each releases}}
{{#if @first}}
{{#if merges}}
### Merged
{{#each merges}}
- {{{message}}}{{#if href}} [`#{{id}}`]({{href}}){{/if}}
{{/each}}
{{/if}}
{{#if fixes}}
### Fixed
{{#each fixes}}
- {{{commit.subject}}}{{#each fixes}}{{#if href}} [`#{{id}}`]({{href}}){{/if}}{{/each}}
{{/each}}
{{/if}}
{{#commit-list commits heading='### Commits'}}
- {{#if breaking}}**Breaking change:** {{/if}}{{{subject}}}{{#if href}} [`{{shorthash}}`]({{href}}){{/if}}
{{/commit-list}}
{{/if}}
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment