mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-05 00:52:59 +01:00
✏️ Fix matching in changelog
This commit is contained in:
parent
32296d898f
commit
4ad3099a1b
12
.github/changlog_template.hbs
vendored
12
.github/changlog_template.hbs
vendored
@ -1,33 +1,33 @@
|
||||
{{#each releases}}
|
||||
{{#if @first}}
|
||||
{{#commit-list commits heading='## 🚑 Fixs' message=':ambulance:|fix|bugfix|bug'}}
|
||||
{{#commit-list commits heading='## 🚑 Fixs' message=':ambulance:'}}
|
||||
{{setVar "fix" "true"}}
|
||||
- {{subject}} [`{{shorthash}}`]({{href}})
|
||||
{{/commit-list}}
|
||||
{{#unless @root.fix }}
|
||||
{{#commit-list merges heading='## 🚑 Fixs' message=':ambulance:|fix|bugfix|bug'}}
|
||||
{{#commit-list merges heading='## 🚑 Fixs' message=':ambulance:'}}
|
||||
- {{message}} [`{{id}}`]({{href}})
|
||||
{{/commit-list}}
|
||||
{{/unless}}
|
||||
{{#if @root.fix }}
|
||||
{{#commit-list merges heading='' message=':ambulance:|fix|bugfix|bug'}}
|
||||
{{#commit-list merges heading='' message=':ambulance:'}}
|
||||
- {{message}} [`{{id}}`]({{href}})
|
||||
{{/commit-list}}
|
||||
{{/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"}}
|
||||
- {{subject}} [`{{shorthash}}`]({{href}})
|
||||
{{/commit-list}}
|
||||
{{#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}})
|
||||
{{/commit-list}}
|
||||
{{/unless}}
|
||||
{{#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}})
|
||||
{{/commit-list}}
|
||||
{{/if}}
|
||||
|
Loading…
Reference in New Issue
Block a user