Skip to content

Commit 341c8a4

Browse files
authored
fix: publish workflow (#99)
1 parent 26dd831 commit 341c8a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/CHANGELOG.md.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
### {{ category | capitalize }}
1010
{# List actual changes in the category #}
1111
{%- for commit in commits %}
12+
{% if commit is not none and commit.descriptions is defined %}
1213
- {{ commit.descriptions[0] | capitalize }} ([`{{ commit.short_hash }}`]({{ commit.hexsha | commit_hash_url }}))
14+
{% endif %}
1315
{%- endfor %}{# for commit #}
1416

1517
{%- endfor %}{# for category, commits #}

0 commit comments

Comments
 (0)