Skip to content

Commit

Permalink
ci: fix changelog release template (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanuario authored Oct 18, 2023
1 parent 7148db8 commit 0cd0067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CHANGELOG.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
### {{ category | capitalize }}
{# List actual changes in the category #}
{%- for commit in commits %}
- {{ commit.descriptions[0] | capitalize }} ([`{{ commit.short_hash }}`]({{ commit.hexsha | commit_hash_url }}))
- {{ commit.commit.message | capitalize }} ([`{{ commit.short_hash }}`]({{ commit.hexsha | commit_hash_url }}))
{%- endfor %}{# for commit #}

{%- endfor %}{# for category, commits #}
Expand Down

0 comments on commit 0cd0067

Please sign in to comment.