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