✏️ Fix matching in changelog

This commit is contained in:
SebClem 2021-03-23 16:32:53 +01:00
parent 32296d898f
commit 4ad3099a1b

View File

@ -1,33 +1,33 @@
{{#each releases}} {{#each releases}}
{{#if @first}} {{#if @first}}
{{#commit-list commits heading='## 🚑 Fixs' message=':ambulance:|fix|bugfix|bug'}} {{#commit-list commits heading='## 🚑 Fixs' message=':ambulance:'}}
{{setVar "fix" "true"}} {{setVar "fix" "true"}}
- {{subject}} [`{{shorthash}}`]({{href}}) - {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}} {{/commit-list}}
{{#unless @root.fix }} {{#unless @root.fix }}
{{#commit-list merges heading='## 🚑 Fixs' message=':ambulance:|fix|bugfix|bug'}} {{#commit-list merges heading='## 🚑 Fixs' message=':ambulance:'}}
- {{message}} [`{{id}}`]({{href}}) - {{message}} [`{{id}}`]({{href}})
{{/commit-list}} {{/commit-list}}
{{/unless}} {{/unless}}
{{#if @root.fix }} {{#if @root.fix }}
{{#commit-list merges heading='' message=':ambulance:|fix|bugfix|bug'}} {{#commit-list merges heading='' message=':ambulance:'}}
- {{message}} [`{{id}}`]({{href}}) - {{message}} [`{{id}}`]({{href}})
{{/commit-list}} {{/commit-list}}
{{/if}} {{/if}}
{{#commit-list commits heading='## 🔨 Changes' message=':hammer:|:arrow_up:|:heavy_plus_sign:'}} {{#commit-list commits heading='## 🔨 Changes' message=':hammer:|:heavy_plus_sign:'}}
{{setVar "change" "true"}} {{setVar "change" "true"}}
- {{subject}} [`{{shorthash}}`]({{href}}) - {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}} {{/commit-list}}
{{#unless @root.change }} {{#unless @root.change }}
{{#commit-list merges heading='## 🔨 Changes' message=':hammer:|:arrow_up:|:heavy_plus_sign:'}} {{#commit-list merges heading='## 🔨 Changes' message=':hammer:|:heavy_plus_sign:'}}
- {{message}} [`{{id}}`]({{href}}) - {{message}} [`{{id}}`]({{href}})
{{/commit-list}} {{/commit-list}}
{{/unless}} {{/unless}}
{{#if @root.change }} {{#if @root.change }}
{{#commit-list merges heading='' message=':hammer:|:arrow_up:|:heavy_plus_sign:'}} {{#commit-list merges heading='' message=':hammer:|:heavy_plus_sign:'}}
- {{message}} [`{{id}}`]({{href}}) - {{message}} [`{{id}}`]({{href}})
{{/commit-list}} {{/commit-list}}
{{/if}} {{/if}}