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

11 lines
161 B
Handlebars

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