diff --git a/cliff.toml b/cliff.toml index 07a5f9ad..042753d5 100644 --- a/cliff.toml +++ b/cliff.toml @@ -6,7 +6,7 @@ body = """ ### {{ group | striptags | trim | upper_first }} {% for commit in commits %} - {% if commit.breaking %}[**breaking**] {% endif %}\ - {{ commit.message | upper_first }} \ + {{ commit.message }} \ ({{ commit.id | truncate(length=7, end="") }})\ {% endfor %} {% endfor %}\n\n