1
1
mirror of https://github.com/orhun/git-cliff.git synced 2025-01-07 12:48:23 +03:00

revert: chore(config): update template to include commit ids

This reverts commit e3d3482191.
This commit is contained in:
orhun 2021-06-20 00:27:13 +03:00
parent 9f082b0583
commit f95fca966b
No known key found for this signature in database
GPG Key ID: B928720AEC532117

View File

@ -17,8 +17,7 @@ body = """
{% for group, commits in commits | group_by(attribute="group") %}
### {{ group | upper_first }}
{% for commit in commits %}
- {{ commit.message | upper_first }} \
([{{ commit.id | truncate(length=8, end="") }}]({{ commit.id }}))\
- {{ commit.message | upper_first }}\
{% endfor %}
{% endfor %}\n
"""