xref: /rk3399_ARM-atf/tools/conventional-changelog-tf-a/templates/commit.hbs (revision a6485b2b3b2c8dc8473e1c185ce9d7b0daa2e14b)
1{{#if scope }}
2  {{~#if showScope }}**{{ scope }}:** {{/if}}
3{{~/if}}
4
5{{~#if subject }}
6  {{~ subject }}
7{{~else}}
8  {{~ header }}
9{{~/if}}
10
11{{~#if hash }} {{#if @root.linkReferences ~}}
12  ([{{ shortHash }}]({{> commitUrl root=@root }}))
13{{~else}}
14  {{~ shortHash }}
15{{~/if}}{{~/if}}
16