From 933be0f97d68207fe4009218171fea54010dcf1e Mon Sep 17 00:00:00 2001 From: Ravencentric <78981416+Ravencentric@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:56:47 +0530 Subject: [PATCH] ci: changelog template --- .github/cliff-template.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/cliff-template.toml b/.github/cliff-template.toml index f627b21..744ebac 100644 --- a/.github/cliff-template.toml +++ b/.github/cliff-template.toml @@ -25,9 +25,9 @@ body = """ {% endif %}\ {% if '```' in commit.message %}\ {{ commit.message | upper_first }}\n\ - ([{{ commit.id | truncate(length=7, end="") }}](REPOSITORY_URL/commit/{{ commit.id }})) - ({{ commit.author.name }})\ + [`{{ commit.id | truncate(length=7, end="") }}`](REPOSITORY_URL/commit/{{ commit.id }}) - {{ commit.author.name }}\ {% else %}\ - {{ commit.message | upper_first }} ([{{ commit.id | truncate(length=7, end="") }}](REPOSITORY_URL/commit/{{ commit.id }})) - ({{ commit.author.name }})\ + {{ commit.message | upper_first }} [`{{ commit.id | truncate(length=7, end="") }}`](REPOSITORY_URL/commit/{{ commit.id }}) - {{ commit.author.name }}\ {% endif %}\ {% if commit.breaking %}\ {% for breakingChange in commit.footers %}\