We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26dd831 commit 341c8a4Copy full SHA for 341c8a4
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