chore(changelog): Update the body

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-05-22 15:15:49 +00:00
parent 06374fe1fc
commit b29937a04e
2 changed files with 14 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ body = """
### {{ group | upper_first }}
{% for commit in commits %}
- {{ commit.message | split(pat="\n") | first | split(pat=":") | slice(start=1) | join(sep=":") | trim | upper_first }} - \
({{ commit.author.name}} at [{{ commit.id | truncate(length=7, end="") }}]($REPO/commit/?id={{ commit.id }}))\
by {{ commit.author.name}}\
{% endfor %}
{% endfor %}\n
"""