hassio-nextcloud-backup/.github/changlog_template.hbs

69 lines
2.6 KiB
Handlebars
Raw Normal View History

{{#each releases}}
2021-01-08 10:47:01 +01:00
{{#if @first}}
{{#commit-list commits heading='## 🚑 Fixs' message=':ambulance:|fix|bugfix|bug'}}
2021-03-23 16:29:42 +01:00
{{setVar "fix" "true"}}
2021-01-08 10:47:01 +01:00
- {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}}
2021-03-23 16:29:42 +01:00
{{#unless @root.fix }}
{{#commit-list merges heading='## 🚑 Fixs' message=':ambulance:|fix|bugfix|bug'}}
- {{message}} [`{{id}}`]({{href}})
{{/commit-list}}
{{/unless}}
{{#if @root.fix }}
{{#commit-list merges heading='' message=':ambulance:|fix|bugfix|bug'}}
- {{message}} [`{{id}}`]({{href}})
{{/commit-list}}
{{/if}}
2021-01-08 10:47:01 +01:00
{{#commit-list commits heading='## 🔨 Changes' message=':hammer:|:arrow_up:|:heavy_plus_sign:'}}
2021-03-23 16:29:42 +01:00
{{setVar "change" "true"}}
2021-01-08 10:47:01 +01:00
- {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}}
2021-03-23 16:29:42 +01:00
{{#unless @root.change }}
{{#commit-list merges heading='## 🔨 Changes' message=':hammer:|:arrow_up:|:heavy_plus_sign:'}}
- {{message}} [`{{id}}`]({{href}})
{{/commit-list}}
{{/unless}}
{{#if @root.change }}
{{#commit-list merges heading='' message=':hammer:|:arrow_up:|:heavy_plus_sign:'}}
- {{message}} [`{{id}}`]({{href}})
{{/commit-list}}
{{/if}}
2021-01-08 10:47:01 +01:00
{{#commit-list commits heading='## ✏ Enhancements' message=':pencil2:'}}
2021-03-23 16:29:42 +01:00
{{setVar "enhanc" "true"}}
2021-01-08 10:47:01 +01:00
- {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}}
2021-03-23 16:29:42 +01:00
{{#unless @root.enhanc }}
{{#commit-list merges heading='## ✏ Enhancements' message=':pencil2:'}}
- {{message}} [`{{id}}`]({{href}})
{{/commit-list}}
{{/unless}}
{{#if @root.enhanc }}
{{#commit-list merges heading='' message=':pencil2:'}}
- {{message}} [`{{id}}`]({{href}})
{{/commit-list}}
{{/if}}
2021-03-23 15:40:40 +01:00
{{#commit-list commits heading='## ⬆️ Dependency updates' message=':arrow_up:'}}
2021-03-23 16:29:42 +01:00
{{setVar "dep" "true"}}
- {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}}
2021-03-23 16:29:42 +01:00
{{#unless @root.dep }}
{{#commit-list merges heading='## ⬆️ Dependency updates' message=':arrow_up:'}}
- {{message}} [`{{id}}`]({{href}})
{{/commit-list}}
{{/unless}}
{{#if @root.dep }}
{{#commit-list merges heading='' message=':arrow_up:'}}
- {{message}} [`{{id}}`]({{href}})
{{/commit-list}}
{{/if}}
2021-01-08 10:47:01 +01:00
{{/if}}
{{/each}}