✏️ 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}} {{#each releases}}
{{#if @first}} {{#if @first}}
{{#commit-list commits heading='## 🔨 Changes' message=':hammer:|:arrow_up:|:heavy_plus_sign:'}} {{#commit-list commits heading='## 🚑 Fixs' message=':ambulance:|fix|bugfix|bug'}}
- {{subject}} [`{{shorthash}}`]({{href}}) - {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}} {{/commit-list}}
{{#commit-list commits heading='## ✏ Enhancements' message=':pencil2:'}} {{#commit-list commits heading='## 🔨 Changes' message=':hammer:|:arrow_up:|:heavy_plus_sign:'}}
- {{subject}} [`{{shorthash}}`]({{href}}) - {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}} {{/commit-list}}
{{#commit-list commits heading='## 🚑 Fixs' message=':ambulance:|fix|bugfix|bug'}}
- {{subject}} [`{{shorthash}}`]({{href}}) {{#commit-list commits heading='## ✏ Enhancements' message=':pencil2:'}}
{{/commit-list}} - {{subject}} [`{{shorthash}}`]({{href}})
{{/if}} {{/commit-list}}
{{/if}}
{{/each}} {{/each}}