✏️ Move Fix on top of changelog

This commit is contained in:
Sebastien Clement 2021-01-08 10:47:01 +01:00
parent 19d13b4284
commit d852a04abc

View File

@ -1,16 +1,17 @@
{{#each releases}}
{{#if @first}}
{{#commit-list commits heading='## 🔨 Changes' message=':hammer:|:arrow_up:|:heavy_plus_sign:'}}
- {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}}
{{#if @first}}
{{#commit-list commits heading='## 🚑 Fixs' message=':ambulance:|fix|bugfix|bug'}}
- {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}}
{{#commit-list commits heading='## ✏ Enhancements' message=':pencil2:'}}
- {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}}
{{#commit-list commits heading='## 🔨 Changes' message=':hammer:|:arrow_up:|:heavy_plus_sign:'}}
- {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}}
{{#commit-list commits heading='## 🚑 Fixs' message=':ambulance:|fix|bugfix|bug'}}
- {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}}
{{/if}}
{{#commit-list commits heading='## ✏ Enhancements' message=':pencil2:'}}
- {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}}
{{/if}}
{{/each}}