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

17 lines
141 B
Handlebars

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