From ff701db891b79882d1f1ceabaa349a26e5dbd864 Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Sat, 28 Sep 2024 14:53:38 -0700 Subject: [PATCH] chore: Adjust changelog format --- release-plz.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/release-plz.toml b/release-plz.toml index d8a6883..733d0d3 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -3,7 +3,7 @@ body = """ ## [{{ version | trim_start_matches(pat="v") }}]{%- if release_link -%}({{ release_link }}){% endif %} _{{ timestamp | date(format="%d %B %Y") }}_ -{%- for group, commits in commits | group_by(attribute="group") %} +{% for group, commits in commits | group_by(attribute="group") %} {% if group != "chore" -%} ### {{ group | upper_first }} @@ -15,7 +15,8 @@ _{{ timestamp | date(format="%d %B %Y") }}_ {% endif -%} {% endfor -%} {% endif -%} -{% endfor %} +{% endfor -%} + """ commit_parsers = [