mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-05 00:52:59 +01:00
✏️ Remove space in changelog
This commit is contained in:
parent
c90a615c0c
commit
6530c79587
14
.github/changlog_template.hbs
vendored
14
.github/changlog_template.hbs
vendored
@ -1,8 +1,7 @@
|
||||
{{#each releases}}
|
||||
{{#if @first}}
|
||||
{{#commit-list commits heading='## 🚑 Fixs' message=':ambulance:'}}
|
||||
{{setVar "fix" "true"}}
|
||||
- {{subject}} [`{{shorthash}}`]({{href}})
|
||||
- {{subject}} [`{{shorthash}}`]({{href}}) {{setVar "fix" "true"}}
|
||||
{{/commit-list}}
|
||||
{{#unless @root.fix }}
|
||||
{{#commit-list merges heading='## 🚑 Fixs' message=':ambulance:'}}
|
||||
@ -18,8 +17,7 @@
|
||||
|
||||
|
||||
{{#commit-list commits heading='## 🔨 Changes' message=':hammer:|:heavy_plus_sign:'}}
|
||||
{{setVar "change" "true"}}
|
||||
- {{subject}} [`{{shorthash}}`]({{href}})
|
||||
- {{subject}} [`{{shorthash}}`]({{href}}) {{setVar "change" "true"}}
|
||||
{{/commit-list}}
|
||||
{{#unless @root.change }}
|
||||
{{#commit-list merges heading='## 🔨 Changes' message=':hammer:|:heavy_plus_sign:'}}
|
||||
@ -35,8 +33,7 @@
|
||||
|
||||
|
||||
{{#commit-list commits heading='## ✏ Enhancements' message=':pencil2:'}}
|
||||
{{setVar "enhanc" "true"}}
|
||||
- {{subject}} [`{{shorthash}}`]({{href}})
|
||||
- {{subject}} [`{{shorthash}}`]({{href}} {{setVar "enhanc" "true"}}
|
||||
{{/commit-list}}
|
||||
{{#unless @root.enhanc }}
|
||||
{{#commit-list merges heading='## ✏ Enhancements' message=':pencil2:'}}
|
||||
@ -51,9 +48,8 @@
|
||||
|
||||
|
||||
|
||||
{{#commit-list commits heading='## ⬆️ Dependency updates' message=':arrow_up:'}}
|
||||
{{setVar "dep" "true"}}
|
||||
- {{subject}} [`{{shorthash}}`]({{href}})
|
||||
{{#commit-list commits heading='## ⬆️ Dependency updates' message=':arrow_up:'}
|
||||
- {{subject}} [`{{shorthash}}`]({{href}}) {{setVar "dep" "true"}}
|
||||
{{/commit-list}}
|
||||
{{#unless @root.dep }}
|
||||
{{#commit-list merges heading='## ⬆️ Dependency updates' message=':arrow_up:'}}
|
||||
|
Loading…
Reference in New Issue
Block a user