From 4ad3099a1b3f04ac8668bc126250bf89817f9224 Mon Sep 17 00:00:00 2001 From: SebClem Date: Tue, 23 Mar 2021 16:32:53 +0100 Subject: [PATCH] :pencil2: Fix matching in changelog --- .github/changlog_template.hbs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/changlog_template.hbs b/.github/changlog_template.hbs index 379f163..d92682f 100644 --- a/.github/changlog_template.hbs +++ b/.github/changlog_template.hbs @@ -1,33 +1,33 @@ {{#each releases}} {{#if @first}} - {{#commit-list commits heading='## 🚑 Fixs' message=':ambulance:|fix|bugfix|bug'}} + {{#commit-list commits heading='## 🚑 Fixs' message=':ambulance:'}} {{setVar "fix" "true"}} - {{subject}} [`{{shorthash}}`]({{href}}) {{/commit-list}} {{#unless @root.fix }} - {{#commit-list merges heading='## 🚑 Fixs' message=':ambulance:|fix|bugfix|bug'}} + {{#commit-list merges heading='## 🚑 Fixs' message=':ambulance:'}} - {{message}} [`{{id}}`]({{href}}) {{/commit-list}} {{/unless}} {{#if @root.fix }} - {{#commit-list merges heading='' message=':ambulance:|fix|bugfix|bug'}} + {{#commit-list merges heading='' message=':ambulance:'}} - {{message}} [`{{id}}`]({{href}}) {{/commit-list}} {{/if}} - {{#commit-list commits heading='## 🔨 Changes' message=':hammer:|:arrow_up:|:heavy_plus_sign:'}} + {{#commit-list commits heading='## 🔨 Changes' message=':hammer:|:heavy_plus_sign:'}} {{setVar "change" "true"}} - {{subject}} [`{{shorthash}}`]({{href}}) {{/commit-list}} {{#unless @root.change }} - {{#commit-list merges heading='## 🔨 Changes' message=':hammer:|:arrow_up:|:heavy_plus_sign:'}} + {{#commit-list merges heading='## 🔨 Changes' message=':hammer:|:heavy_plus_sign:'}} - {{message}} [`{{id}}`]({{href}}) {{/commit-list}} {{/unless}} {{#if @root.change }} - {{#commit-list merges heading='' message=':hammer:|:arrow_up:|:heavy_plus_sign:'}} + {{#commit-list merges heading='' message=':hammer:|:heavy_plus_sign:'}} - {{message}} [`{{id}}`]({{href}}) {{/commit-list}} {{/if}}