diff --git a/cliff.toml b/cliff.toml index 538c445456..88fd648fb5 100644 --- a/cliff.toml +++ b/cliff.toml @@ -17,8 +17,7 @@ body = """ {% for group, commits in commits | group_by(attribute="group") %} ### {{ group | upper_first }} {% for commit in commits %} - - {{ commit.message | upper_first }} \ - ([{{ commit.id | truncate(length=8, end="") }}]({{ commit.id }}))\ + - {{ commit.message | upper_first }}\ {% endfor %} {% endfor %}\n """