2020-08-26 16:44:29 +02:00
|
|
|
{{#each releases}}
|
2021-01-08 10:47:01 +01:00
|
|
|
{{#if @first}}
|
|
|
|
{{#commit-list commits heading='## 🚑 Fixs' message=':ambulance:|fix|bugfix|bug'}}
|
|
|
|
- {{subject}} [`{{shorthash}}`]({{href}})
|
|
|
|
{{/commit-list}}
|
2020-08-26 16:44:29 +02:00
|
|
|
|
|
|
|
|
2021-01-08 10:47:01 +01:00
|
|
|
{{#commit-list commits heading='## 🔨 Changes' message=':hammer:|:arrow_up:|:heavy_plus_sign:'}}
|
|
|
|
- {{subject}} [`{{shorthash}}`]({{href}})
|
|
|
|
{{/commit-list}}
|
2020-08-26 16:44:29 +02:00
|
|
|
|
2021-01-08 10:47:01 +01:00
|
|
|
|
|
|
|
{{#commit-list commits heading='## ✏ Enhancements' message=':pencil2:'}}
|
|
|
|
- {{subject}} [`{{shorthash}}`]({{href}})
|
|
|
|
{{/commit-list}}
|
2021-03-23 15:40:40 +01:00
|
|
|
{{#commit-list commits heading='## ⬆️ Dependency updates' message=':arrow_up:'}}
|
2021-03-23 15:23:38 +01:00
|
|
|
- {{subject}} [`{{shorthash}}`]({{href}})
|
|
|
|
{{/commit-list}}
|
2021-01-08 10:47:01 +01:00
|
|
|
{{/if}}
|
2020-08-26 16:44:29 +02:00
|
|
|
{{/each}}
|