Skip to content

Commit

Permalink
docs(tips): extend the merge commit filter example (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-uz authored Nov 23, 2024
1 parent dbda091 commit 09c0f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/tips-and-tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Then strip the tags in the template with the series of filters:
## Filter merge commits

```jinja2
{% for group, commits in commits | filter(attribute="merge_commit", value=false) %}
{% for group, commits in commits | filter(attribute="merge_commit", value=false) | group_by(attribute="group") %}
```

## Remove gitmoji
Expand Down

0 comments on commit 09c0f90

Please sign in to comment.