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