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

12 lines
115 B
Handlebars

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