From 2dd0464e19ceb838d2f7b9dc8b4fc3d6384f66e6 Mon Sep 17 00:00:00 2001 From: Sebastien Clement Date: Mon, 23 Nov 2020 12:26:52 +0100 Subject: [PATCH] :pencil2: Move fix on top in changelogs --- .github/changlog_template.hbs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/changlog_template.hbs b/.github/changlog_template.hbs index 542d8d0..64dd240 100644 --- a/.github/changlog_template.hbs +++ b/.github/changlog_template.hbs @@ -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}} \ No newline at end of file