conventional-changelog-action/lib/footer1.hbs

11 lines
111 B
Handlebars

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