mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 09:12:58 +01:00
✏️ Add author for merge in changelog
This commit is contained in:
parent
4ad3099a1b
commit
c90a615c0c
16
.github/changlog_template.hbs
vendored
16
.github/changlog_template.hbs
vendored
@ -6,12 +6,12 @@
|
|||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#unless @root.fix }}
|
{{#unless @root.fix }}
|
||||||
{{#commit-list merges heading='## 🚑 Fixs' message=':ambulance:'}}
|
{{#commit-list merges heading='## 🚑 Fixs' message=':ambulance:'}}
|
||||||
- {{message}} [`{{id}}`]({{href}})
|
- {{message}} [`{{id}}`]({{href}}) `{{author}}`
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
{{#if @root.fix }}
|
{{#if @root.fix }}
|
||||||
{{#commit-list merges heading='' message=':ambulance:'}}
|
{{#commit-list merges heading='' message=':ambulance:'}}
|
||||||
- {{message}} [`{{id}}`]({{href}})
|
- {{message}} [`{{id}}`]({{href}}) `{{author}}`
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
@ -23,12 +23,12 @@
|
|||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#unless @root.change }}
|
{{#unless @root.change }}
|
||||||
{{#commit-list merges heading='## 🔨 Changes' message=':hammer:|:heavy_plus_sign:'}}
|
{{#commit-list merges heading='## 🔨 Changes' message=':hammer:|:heavy_plus_sign:'}}
|
||||||
- {{message}} [`{{id}}`]({{href}})
|
- {{message}} [`{{id}}`]({{href}}) `{{author}}`
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
{{#if @root.change }}
|
{{#if @root.change }}
|
||||||
{{#commit-list merges heading='' message=':hammer:|:heavy_plus_sign:'}}
|
{{#commit-list merges heading='' message=':hammer:|:heavy_plus_sign:'}}
|
||||||
- {{message}} [`{{id}}`]({{href}})
|
- {{message}} [`{{id}}`]({{href}}) `{{author}}`
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
@ -40,12 +40,12 @@
|
|||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#unless @root.enhanc }}
|
{{#unless @root.enhanc }}
|
||||||
{{#commit-list merges heading='## ✏ Enhancements' message=':pencil2:'}}
|
{{#commit-list merges heading='## ✏ Enhancements' message=':pencil2:'}}
|
||||||
- {{message}} [`{{id}}`]({{href}})
|
- {{message}} [`{{id}}`]({{href}}) `{{author}}`
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
{{#if @root.enhanc }}
|
{{#if @root.enhanc }}
|
||||||
{{#commit-list merges heading='' message=':pencil2:'}}
|
{{#commit-list merges heading='' message=':pencil2:'}}
|
||||||
- {{message}} [`{{id}}`]({{href}})
|
- {{message}} [`{{id}}`]({{href}}) `{{author}}`
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
@ -57,12 +57,12 @@
|
|||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#unless @root.dep }}
|
{{#unless @root.dep }}
|
||||||
{{#commit-list merges heading='## ⬆️ Dependency updates' message=':arrow_up:'}}
|
{{#commit-list merges heading='## ⬆️ Dependency updates' message=':arrow_up:'}}
|
||||||
- {{message}} [`{{id}}`]({{href}})
|
- {{message}} [`{{id}}`]({{href}}) `{{author}}`
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
{{#if @root.dep }}
|
{{#if @root.dep }}
|
||||||
{{#commit-list merges heading='' message=':arrow_up:'}}
|
{{#commit-list merges heading='' message=':arrow_up:'}}
|
||||||
- {{message}} [`{{id}}`]({{href}})
|
- {{message}} [`{{id}}`]({{href}}) `{{author}}`
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
Reference in New Issue
Block a user