Skip to content

Commit

Permalink
chore(ci): include full hash in changelog to enable autolinking
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed May 30, 2024
1 parent 89a8617 commit 0273ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body = """
{% for group, commits in commits | group_by(attribute="group") %}
### {{ group | upper_first }}
{% for commit in commits %}
- {% if commit.breaking %}[**breaking**] {% endif %}[{{ commit.id | truncate(length=7, end="") }}] {{ commit.message | upper_first }}\
- {% if commit.breaking %}[**breaking**] {% endif %}{{ commit.id }} {{ commit.message | upper_first }}\
{% endfor %}
{% endfor %}\n
"""
Expand Down

0 comments on commit 0273ac7

Please sign in to comment.