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

15 lines
151 B
Handlebars
Raw Normal View History

2021-10-27 02:53:46 +02:00
{{> header}}
{{#each commitGroups}}
{{#if title}}
### {{title}}
{{/if}}
{{#each commits}}
{{> commit root=@root}}
{{/each}}
{{/each}}
{{> footer}}