Files
kami-parse-server/.releaserc/template.hbs
2021-10-27 02:53:46 +02:00

15 lines
151 B
Handlebars

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