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

15 lines
139 B
Handlebars

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