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

11 lines
157 B
Handlebars

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