Skip to content

Commit

Permalink
revert: chore(config): update template to include commit ids
Browse files Browse the repository at this point in the history
This reverts commit e3d3482.
  • Loading branch information
orhun committed Jun 19, 2021
1 parent 9f082b0 commit f95fca9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit f95fca9

Please sign in to comment.