diff --git a/templates/CHANGELOG.md.j2 b/templates/CHANGELOG.md.j2 index 2ae65cac..c1c91be5 100644 --- a/templates/CHANGELOG.md.j2 +++ b/templates/CHANGELOG.md.j2 @@ -8,6 +8,9 @@ {# Category title: Breaking, Fix, Documentation #} ### {{ category | capitalize }} {# List actual changes in the category #} +{%- for commit in commits %} +- {{ commit.descriptions[0] | capitalize }} ([`{{ commit.short_hash }}`]({{ commit.hexsha | commit_hash_url }})) +{%- endfor %}{# for commit #} {%- endfor %}{# for category, commits #}