Skip to content

Commit

Permalink
docs: Include scope in changelog format (#1521)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Mar 31, 2022
1 parent b046f9f commit 053b9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliff.toml
Expand Up @@ -20,7 +20,7 @@ Released {{ timestamp | date(format="%Y-%m-%d") }}
{% for group, commits in commits | group_by(attribute="group") %}
### {{ group | upper_first }}
{% for commit in commits %}
- {{ commit.message | upper_first }}\
- {%if commit.scope %}({{commit.scope}}) {% endif %}{{ commit.message | upper_first }}\
{% endfor %}
{% endfor %}\n
"""
Expand Down

0 comments on commit 053b9c8

Please sign in to comment.