From 37f558d19b8be31f8335b285322967c1077b7cc2 Mon Sep 17 00:00:00 2001 From: 1aron Date: Sun, 28 Jan 2024 03:57:26 +0800 Subject: [PATCH] Fix(Conventional Changelog Config): Make the commit author appear in the contributors section --- packages/conventional-changelog-config/src/templates/commit.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/conventional-changelog-config/src/templates/commit.hbs b/packages/conventional-changelog-config/src/templates/commit.hbs index b653bcb..452e790 100644 --- a/packages/conventional-changelog-config/src/templates/commit.hbs +++ b/packages/conventional-changelog-config/src/templates/commit.hbs @@ -5,7 +5,7 @@ {{~/if}} {{~!-- commit link --}} {{#if @root.linkReferences~}} -[@{{author.login}}]({{author.html_url}}) [{{shortHash}}]( +@{{author.login}} [{{shortHash}}]( {{~#if @root.repository}} {{~#if @root.host}} {{~@root.host}}/