Skip to content

Commit

Permalink
chore(config): update template to include commit ids
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jun 19, 2021
1 parent 24b9068 commit e3d3482
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ body = """
{% for group, commits in commits | group_by(attribute="group") %}
### {{ group | upper_first }}
{% for commit in commits %}
- {{ commit.message | upper_first }}\
- {{ commit.message | upper_first }} \
([{{ commit.id | truncate(length=8, end="") }}]({{ commit.id }}))\
{% endfor %}
{% endfor %}\n
"""
Expand Down

0 comments on commit e3d3482

Please sign in to comment.