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