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

12 lines
208 B
Handlebars
Raw Normal View History

2021-10-27 02:53:46 +02:00
{{#if noteGroups}}
{{#each noteGroups}}
### {{title}}
{{#each notes}}
* {{#if commit.scope}}**{{commit.scope}}:** {{/if}}{{text}} ([{{commit.shortHash}}]({{commit.shortHash}}))
{{/each}}
{{/each}}
{{/if}}