We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a546b1 commit 284a4baCopy full SHA for 284a4ba
cliff.toml
@@ -22,7 +22,7 @@ body = """
22
{% for group, commits in commits | group_by(attribute="group") %}
23
### {{ group | striptags | upper_first }}
24
{% for commit in commits %}
25
- - {{ commit.message | upper_first }} by @{{ commit.author.name}} ([{{ commit.id | truncate(length=8, end="") }}]({{ commit.id }}))
+ - {{ 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 }}))
26
{%- endfor %}
27
{% endfor %}\n
28
"""
0 commit comments