Files
kami-parse-server/.releaserc/template.hbs
2022-02-12 16:14:28 +01:00

15 lines
151 B
Handlebars

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