Skip to content

Commit 7531232

Browse files
Xavier BergerXavierBerger
Xavier Berger
authored andcommitted
chore: update cliff.toml
1 parent 0592887 commit 7531232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cliff.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body = """
1919
{% else %}\
2020
## [unreleased]
2121
{% endif %}\
22-
{% for group, commits in commits | group_by(attribute="group") %}
22+
{% for group, commits in commits | filter(attribute="merge_commit", value=true) | group_by(attribute="group") %}
2323
#### {{ group | striptags | trim | upper_first }}
2424
{% for commit in commits | unique(attribute="message") %}
2525
- {% if commit.scope %}*({{ commit.scope }})* {% endif %}\

0 commit comments

Comments
 (0)