aboutsummaryrefslogtreecommitdiff
path: root/tools/conventional-changelog-tf-a/templates/template.hbs
blob: 95fb68c4c825885a2ac54df10937d6cd74fc46d8 (plain)
1
2
3
4
5
6
7
8
9
{{> header }}

{{#each (tf-a-notes noteGroups) ~}}
{{> tf-a-note-section root=@root header=(tf-a-concat "### ⚠ " title) topLevel=true }}
{{/each ~}}

{{#each (tf-a-commits commitGroups) ~}}
{{> tf-a-commit-section root=@root header=(tf-a-concat "### " title) topLevel=true }}
{{/each ~}}