ci(changelog): fix changelog template (#2431)

This commit is contained in:
Ludovic Ortega
2026-02-15 00:35:05 +01:00
committed by GitHub
parent 92504b7864
commit c2977f6430

4
.github/cliff.toml vendored
View File

@@ -33,9 +33,9 @@ body = """
{{ self::print_commit(commit=commit) }}
{%- endfor %}
{%- for commit in commits %}
{%- if not commit.scope -%}
{%- if not commit.scope %}
{{ self::print_commit(commit=commit) }}
{%- endif -%}
{%- endif %}
{%- endfor -%}
{%- endfor -%}