xref: /rk3399_ARM-atf/tools/conventional-changelog-tf-a/templates/commit-section.hbs (revision 5096aeb2ba646548a7a6ab59e975b996e6c9026a)
1{{#if title ~}}
2{{ header }}
3
4{{#if commits.length ~}}
5  {{#each commits ~}}
6    {{#tf-a-mdlist 0}}{{> commit root=@root showScope=../topLevel }}{{/tf-a-mdlist ~}}
7  {{/each}}
8
9{{/if ~}}
10
11{{#if sections.length ~}}
12  {{#each sections ~}}
13    {{#tf-a-mdlist 0}}{{> tf-a-commit-section root=@root header=(tf-a-concat "**" title "**") }}{{/tf-a-mdlist}}
14  {{/each}}
15{{/if ~}}
16
17{{/if}}
18