diff --git a/cliff.toml b/cliff.toml index 5710070..5b3ed60 100644 --- a/cliff.toml +++ b/cliff.toml @@ -15,8 +15,7 @@ body = """ {% for group, commits in commits | group_by(attribute="group") %} \n#### {{ group | striptags | trim | upper_first }}: {% for commit in commits - | filter(attribute="group") - | sort(attribute="scope") %} + | filter(attribute="group") %} - {{commit.scope}}: \ {{ commit.message }} ([{{ commit.id | truncate(length=7, end="") }}](https://github.com/dark0dave/post_infinity/commit/{{ commit.id }}) by [{{ commit.author.name }}](https://github.com/{{ commit.author.name }})) {%- endfor -%}