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

65 lines
2.6 KiB
Handlebars
Raw Permalink Normal View History

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