Skip to content

Commit 284a4ba

Browse files
committed
chore: fix CHANGELOG template link
1 parent 2a546b1 commit 284a4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cliff.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ body = """
2222
{% for group, commits in commits | group_by(attribute="group") %}
2323
### {{ group | striptags | upper_first }}
2424
{% for commit in commits %}
25-
- {{ commit.message | upper_first }} by @{{ commit.author.name}} ([{{ commit.id | truncate(length=8, end="") }}]({{ commit.id }}))
25+
- {{ commit.message | upper_first }} by [@{{ commit.author.name}}](https://github.com/{{ commit.author.name }}) ([{{ commit.id | truncate(length=8, end="") }}](https://github.com/ymgyt/syndicationd/commit/{{ commit.id }}))
2626
{%- endfor %}
2727
{% endfor %}\n
2828
"""

0 commit comments

Comments
 (0)