From c90a615c0c64f6e2a90f12a120ea4907dda1c674 Mon Sep 17 00:00:00 2001 From: SebClem Date: Tue, 23 Mar 2021 16:38:37 +0100 Subject: [PATCH] :pencil2: Add author for merge in changelog --- .github/changlog_template.hbs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/changlog_template.hbs b/.github/changlog_template.hbs index d92682f..48ae37f 100644 --- a/.github/changlog_template.hbs +++ b/.github/changlog_template.hbs @@ -6,12 +6,12 @@ {{/commit-list}} {{#unless @root.fix }} {{#commit-list merges heading='## 🚑 Fixs' message=':ambulance:'}} - - {{message}} [`{{id}}`]({{href}}) + - {{message}} [`{{id}}`]({{href}}) `{{author}}` {{/commit-list}} {{/unless}} {{#if @root.fix }} {{#commit-list merges heading='' message=':ambulance:'}} - - {{message}} [`{{id}}`]({{href}}) + - {{message}} [`{{id}}`]({{href}}) `{{author}}` {{/commit-list}} {{/if}} @@ -23,12 +23,12 @@ {{/commit-list}} {{#unless @root.change }} {{#commit-list merges heading='## 🔨 Changes' message=':hammer:|:heavy_plus_sign:'}} - - {{message}} [`{{id}}`]({{href}}) + - {{message}} [`{{id}}`]({{href}}) `{{author}}` {{/commit-list}} {{/unless}} {{#if @root.change }} {{#commit-list merges heading='' message=':hammer:|:heavy_plus_sign:'}} - - {{message}} [`{{id}}`]({{href}}) + - {{message}} [`{{id}}`]({{href}}) `{{author}}` {{/commit-list}} {{/if}} @@ -40,12 +40,12 @@ {{/commit-list}} {{#unless @root.enhanc }} {{#commit-list merges heading='## ✏ Enhancements' message=':pencil2:'}} - - {{message}} [`{{id}}`]({{href}}) + - {{message}} [`{{id}}`]({{href}}) `{{author}}` {{/commit-list}} {{/unless}} {{#if @root.enhanc }} {{#commit-list merges heading='' message=':pencil2:'}} - - {{message}} [`{{id}}`]({{href}}) + - {{message}} [`{{id}}`]({{href}}) `{{author}}` {{/commit-list}} {{/if}} @@ -57,12 +57,12 @@ {{/commit-list}} {{#unless @root.dep }} {{#commit-list merges heading='## ⬆️ Dependency updates' message=':arrow_up:'}} - - {{message}} [`{{id}}`]({{href}}) + - {{message}} [`{{id}}`]({{href}}) `{{author}}` {{/commit-list}} {{/unless}} {{#if @root.dep }} {{#commit-list merges heading='' message=':arrow_up:'}} - - {{message}} [`{{id}}`]({{href}}) + - {{message}} [`{{id}}`]({{href}}) `{{author}}` {{/commit-list}} {{/if}} {{/if}}