mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-29 14:52:58 +03:00
style(config): update formatting
This commit is contained in:
parent
76414ce1ad
commit
0a27f4791e
@ -19,7 +19,7 @@ body = """
|
||||
## [unreleased]
|
||||
{% endif %}\
|
||||
{% for group, commits in commits | group_by(attribute="group") %}
|
||||
### {{ group | capitalize}}
|
||||
### {{ group | capitalize_first }}
|
||||
{% for commit in commits %}
|
||||
- {{ commit.message | capitalize_first }}\
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user