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 b046f9f commit 053b9c8Copy full SHA for 053b9c8
cliff.toml
@@ -20,7 +20,7 @@ Released {{ timestamp | date(format="%Y-%m-%d") }}
20
{% for group, commits in commits | group_by(attribute="group") %}
21
### {{ group | upper_first }}
22
{% for commit in commits %}
23
- - {{ commit.message | upper_first }}\
+ - {%if commit.scope %}({{commit.scope}}) {% endif %}{{ commit.message | upper_first }}\
24
{% endfor %}
25
{% endfor %}\n
26
"""
0 commit comments