diff --git a/cliff.toml b/cliff.toml index b85a779..93729e3 100644 --- a/cliff.toml +++ b/cliff.toml @@ -14,7 +14,7 @@ body = """ {% for group, commits in commits | group_by(attribute="group") %} ### {{ group | upper_first }} {% for commit in commits %} - - {% if commit.breaking %}[**breaking**] {% endif %} [{{ commit.scope }}] {{ commit.message | upper_first }}\ + - {% if commit.breaking %}[**breaking**] {% endif %} (`{{ commit.scope }}`) {{ commit.message | upper_first }}\ {% endfor %} {% endfor %}\n """