aboutsummaryrefslogtreecommitdiff
path: root/tools/conventional-changelog-tf-a/templates/note-section.hbs
blob: f501c96472d497cfa3f57cd9c076ef14b7c7682e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ header }}

{{#if notes.length ~}}
  {{#each notes ~}}
    {{#tf-a-mdlist 0}}{{> tf-a-note root=@root showScope=../topLevel }}{{/tf-a-mdlist}}
  {{/each ~}}
{{/if ~}}

{{#if sections.length ~}}
  {{#each sections ~}}
    {{#tf-a-mdlist 0}}{{> tf-a-note-section root=@root header=(tf-a-concat "**" title "**") }}{{/tf-a-mdlist}}
  {{/each~}}
{{/if}}