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:
parent
9f082b0583
commit
f95fca966b
@ -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
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user