aboutsummaryrefslogtreecommitdiff
path: root/tools/conventional-changelog-tf-a/templates/template.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'tools/conventional-changelog-tf-a/templates/template.hbs')
-rw-r--r--tools/conventional-changelog-tf-a/templates/template.hbs9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/conventional-changelog-tf-a/templates/template.hbs b/tools/conventional-changelog-tf-a/templates/template.hbs
new file mode 100644
index 000000000..95fb68c4c
--- /dev/null
+++ b/tools/conventional-changelog-tf-a/templates/template.hbs
@@ -0,0 +1,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 ~}}