{{> header}}

{{#each commitGroups}}

{{#if title}}
## **{{title}}**

{{/if}}
{{#each commits}}
* {{#if scope}}**{{this.scope}}**: {{/if}}{{this.message}}
{{~!-- commit link --}} {{#if @root.linkReferences~}}
  ([{{shortHash}}](
  {{~#if @root.repository}}
    {{~#if @root.host}}
      {{~@root.host}}/
    {{~/if}}
    {{~#if @root.owner}}
      {{~@root.owner}}/
    {{~/if}}
    {{~@root.repository}}
  {{~else}}
    {{~@root.repoUrl}}
  {{~/if}}/
  {{~@root.commit}}/{{hash}}))
{{else}} 
  ({{shortHash}})
{{/if}}
    {{> commit}}
{{/each}}
{{/each}}



