Skip to content

Commit

Permalink
Update docs based on #143
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-uz committed Nov 22, 2024
1 parent dbda091 commit 88aa511
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 88aa511

Please sign in to comment.