✏️ Move fix on top in changelogs

This commit is contained in:
Sebastien Clement 2020-11-23 12:26:52 +01:00
parent 37e172d8af
commit 2dd0464e19

View File

@ -1,5 +1,10 @@
{{#each releases}}
{{#if @first}}
{{#commit-list commits heading='## 🚑 Fixs' message=':ambulance:|fix|bugfix|bug'}}
- {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}}
{{#commit-list commits heading='## 🔨 Changes' message=':hammer:|:arrow_up:|:heavy_plus_sign:'}}
- {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}}
@ -9,8 +14,6 @@
- {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}}
{{#commit-list commits heading='## 🚑 Fixs' message=':ambulance:|fix|bugfix|bug'}}
- {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}}
{{/if}}
{{/each}}