Skip to content

Commit 39e6631

Browse files
committed
chore: fix git-cliff contributor pluralization
1 parent 70efac9 commit 39e6631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitcliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body = """
2121
2222
### Contributors
2323
{% for author, commits in commits | group_by(attribute="author") %}
24-
- {{ author }} ({{ commits | length }} commit{{ "s" if commits | length > 1 }})
24+
- {{ author }} ({{ commits | length }} commit{% if commits | length > 1 %}s{% endif %})
2525
{% endfor %}
2626
"""
2727

0 commit comments

Comments
 (0)