aboutsummaryrefslogtreecommitdiff
path: root/tools/conventional-changelog-tf-a/templates/commit.hbs
blob: faf264a3232f4b1f0a3f9306facd450fcc5a4d4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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}}