Files
time-function/node_modules/conventional-changelog-angular/templates/footer.hbs
2021-11-22 09:39:27 -06:00

12 lines
161 B
Handlebars

{{#if noteGroups}}
{{#each noteGroups}}
### {{title}}
{{#each notes}}
* {{#if commit.scope}}**{{commit.scope}}:** {{/if}}{{text}}
{{/each}}
{{/each}}
{{/if}}