Files
actions-ansi-to-html/node_modules/conventional-changelog-writer/templates/footer.hbs
T
2025-11-11 06:53:11 -05:00

11 lines
111 B
Handlebars

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