aboutsummaryrefslogtreecommitdiff
path: root/tools/conventional-changelog-tf-a/templates/commit.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'tools/conventional-changelog-tf-a/templates/commit.hbs')
-rw-r--r--tools/conventional-changelog-tf-a/templates/commit.hbs15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/conventional-changelog-tf-a/templates/commit.hbs b/tools/conventional-changelog-tf-a/templates/commit.hbs
new file mode 100644
index 000000000..faf264a32
--- /dev/null
+++ b/tools/conventional-changelog-tf-a/templates/commit.hbs
@@ -0,0 +1,15 @@
+{{#if scope }}
+ {{~#if showScope }}**{{ scope }}:** {{/if}}
+{{~/if}}
+
+{{~#if subject }}
+ {{~ subject }}
+{{~else}}
+ {{~ header }}
+{{~/if}}
+
+{{~#if hash }} {{#if @root.linkReferences ~}}
+ ([{{ shortHash }}]({{> commitUrl root=@root }}))
+{{~else}}
+ {{~ shortHash }}
+{{~/if}}{{~/if}}