LarpixClient/node_modules/conventional-changelog-writer/templates/footer.hbs
2026-05-03 17:09:55 +02:00

10 lines
111 B
Handlebars

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