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

11 lines
111 B
Handlebars

{{#if noteGroups}}
{{#each noteGroups}}
### {{title}}
{{#each notes}}
* {{text}}
{{/each}}
{{/each}}
{{/if}}