xref: /rk3399_ARM-atf/tools/conventional-changelog-tf-a/templates/commit-section.hbs (revision 0a6bf811d7f873a180ef4b9f96f5596b26d270c6)
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