We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe731c2 commit 2a5b998Copy full SHA for 2a5b998
templates/CHANGELOG.md.j2
@@ -9,7 +9,9 @@
9
### {{ category | capitalize }}
10
{# List actual changes in the category #}
11
{%- for commit in commits %}
12
+{% if commit is not none and commit.descriptions is defined %}
13
- {{ commit.descriptions[0] | capitalize }} ([`{{ commit.short_hash }}`]({{ commit.hexsha | commit_hash_url }}))
14
+{% endif %}
15
{%- endfor %}{# for commit #}
16
17
{%- endfor %}{# for category, commits #}
0 commit comments