1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-11-29 17:23:22 +03:00

style(config): update formatting

This commit is contained in:
orhun 2021-06-04 02:16:58 +03:00
parent 76414ce1ad
commit 0a27f4791e
No known key found for this signature in database
GPG Key ID: B928720AEC532117

View File

@ -19,7 +19,7 @@ body = """
## [unreleased] ## [unreleased]
{% endif %}\ {% endif %}\
{% for group, commits in commits | group_by(attribute="group") %} {% for group, commits in commits | group_by(attribute="group") %}
### {{ group | capitalize}} ### {{ group | capitalize_first }}
{% for commit in commits %} {% for commit in commits %}
- {{ commit.message | capitalize_first }}\ - {{ commit.message | capitalize_first }}\
{% endfor %} {% endfor %}