We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70efac9 commit 39e6631Copy full SHA for 39e6631
.gitcliff.toml
@@ -21,7 +21,7 @@ body = """
21
22
### Contributors
23
{% for author, commits in commits | group_by(attribute="author") %}
24
-- {{ author }} ({{ commits | length }} commit{{ "s" if commits | length > 1 }})
+- {{ author }} ({{ commits | length }} commit{% if commits | length > 1 %}s{% endif %})
25
{% endfor %}
26
"""
27
0 commit comments