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