Files
kami-parse-server/.releaserc/template.hbs

15 lines
151 B
Handlebars
Raw Normal View History

2022-02-12 16:14:28 +01:00
{{> header}}
{{#each commitGroups}}
{{#if title}}
### {{title}}
{{/if}}
{{#each commits}}
{{> commit root=@root}}
{{/each}}
{{/each}}
{{> footer}}