Luís Murta b27b70185e
All checks were successful
/ test (push) Successful in 15s
fix: add templates to dist/
2025-06-21 09:15:23 +01:00

12 lines
161 B
Handlebars

{{#if noteGroups}}
{{#each noteGroups}}
### {{title}}
{{#each notes}}
* {{#if commit.scope}}**{{commit.scope}}:** {{/if}}{{text}}
{{/each}}
{{/each}}
{{/if}}