conventional-changelog-action/node_modules/conventional-changelog-ember/templates/template.hbs

16 lines
140 B
Handlebars

{{> header}}
{{#each commitGroups}}
{{#if title}}
### {{title}}
{{/if}}
{{#each commits}}
{{> commit root=@root}}
{{/each}}
{{/each}}