From d852a04abc9cdda0ae62f49fb61523a7747c029f Mon Sep 17 00:00:00 2001 From: Sebastien Clement Date: Fri, 8 Jan 2021 10:47:01 +0100 Subject: [PATCH] :pencil2: Move Fix on top of changelog --- .github/changlog_template.hbs | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/changlog_template.hbs b/.github/changlog_template.hbs index 542d8d0..6536397 100644 --- a/.github/changlog_template.hbs +++ b/.github/changlog_template.hbs @@ -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}} \ No newline at end of file