Skip to content

Commit 4126b99

Browse files
authored
chore: update changelog template (#48)
1 parent 310fe48 commit 4126b99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ body = """
172172
173173
{%- if commit.remote.username and commit.remote.pr_number -%}
174174
{#- VISUAL: Dynamic verb line -#}
175-
{{ "\n" }} - {{ action_verb }} @{{ commit.remote.username }} in Pull Request [#{{ commit.remote.pr_number }}]({{ self::remote_url() }}/pull/{{ commit.remote.pr_number }}).
175+
{{ "\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 }}).
176176
{%- endif -%}
177177
{%- endfor -%}
178178
{%- endfor -%}

0 commit comments

Comments
 (0)