git-cz 0.4.3

Git conventional commit tools written in Rust
{{~> header~}}

{{#if noteGroups~}}
{{~#each noteGroups~}}

### ⚠ {{title}}

{{#each notes~}}
* {{#if this.scope}}**{{this.scope}}:** {{/if}}{{text}}
{{/each}}
{{~/each}}
{{/if}}
{{~#each commitGroups~}}

{{#if @root.isPatch}}####{{else}}###{{/if}} {{title}}

{{#each commits~}}
{{> commit root=@root~}}
{{~/each}}
{{/each~}}

{{> footer}}