From 65bf265fcb7cf26d65d2ff4b4e0d556783d3200d Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Sat, 22 Nov 2025 22:34:59 +0400 Subject: [PATCH] chore: update changelog template --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 8697f66..8f0c26d 100644 --- a/cliff.toml +++ b/cliff.toml @@ -172,7 +172,7 @@ body = """ {%- if commit.remote.username and commit.remote.pr_number -%} {#- VISUAL: Dynamic verb line -#} - {{ "\n" }} - {{ action_verb }} @{{ commit.remote.username }} in Pull Request [#{{ commit.remote.pr_number }}]({{ self::remote_url() }}/pull/{{ commit.remote.pr_number }}). + {{ "\n" }} - {{ action_verb }} [@{{ commit.remote.username }}](https://github.com/{{ commit.remote.username }}) in Pull Request [#{{ commit.remote.pr_number }}]({{ self::remote_url() }}/pull/{{ commit.remote.pr_number }}). {%- endif -%} {%- endfor -%} {%- endfor -%}