conventional-changelog-action/node_modules/conventional-changelog-angular/templates/footer.hbs

12 lines
161 B
Handlebars

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