diff --git a/cliff.toml b/cliff.toml index 0eb7922fa5..88247a0626 100644 --- a/cliff.toml +++ b/cliff.toml @@ -20,7 +20,7 @@ Released {{ timestamp | date(format="%Y-%m-%d") }} {% for group, commits in commits | group_by(attribute="group") %} ### {{ group | upper_first }} {% for commit in commits %} - - {{ commit.message | upper_first }}\ + - {%if commit.scope %}({{commit.scope}}) {% endif %}{{ commit.message | upper_first }}\ {% endfor %} {% endfor %}\n """