From 0cd0067449eff36f34fded3c00dd800daed07513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Janu=C3=A1rio?= Date: Wed, 18 Oct 2023 21:34:20 +0100 Subject: [PATCH] ci: fix changelog release template (#15) --- templates/CHANGELOG.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CHANGELOG.j2 b/templates/CHANGELOG.j2 index c1c91be..78b913a 100644 --- a/templates/CHANGELOG.j2 +++ b/templates/CHANGELOG.j2 @@ -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 #}