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