diff --git a/cliff.toml b/cliff.toml index 3fe30cc..c6abcc7 100644 --- a/cliff.toml +++ b/cliff.toml @@ -22,7 +22,7 @@ body = """ {% for group, commits in commits | group_by(attribute="group") %} ### {{ group | upper_first }} {% for commit in commits %} - - {% if commit.breaking %}[**breaking**] {% endif %}[{{ commit.id | truncate(length=7, end="") }}] {{ commit.message | upper_first }}\ + - {% if commit.breaking %}[**breaking**] {% endif %}{{ commit.id }} {{ commit.message | upper_first }}\ {% endfor %} {% endfor %}\n """