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

11 lines
115 B
Handlebars

{{> header}}
{{#each commitGroups}}
{{#each commits}}
{{> commit root=@root}}
{{/each}}
{{/each}}
{{> footer}}