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