Skip to content

Commit

Permalink
Don't capitalize groups
Browse files Browse the repository at this point in the history
  • Loading branch information
martindisch committed Apr 29, 2024
1 parent 8aaa073 commit d107e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body = """
## [unreleased]
{% endif %}\
{% for group, commits in commits | group_by(attribute="group") %}
### {{ group | striptags | trim | upper_first }}
### {{ group | striptags | trim }}
{% for commit in commits %}
- {% if commit.scope %}*({{ commit.scope }})* {% endif %}\
{% if commit.breaking %}[**breaking**] {% endif %}\
Expand Down

0 comments on commit d107e1c

Please sign in to comment.