From c2977f64306207d44a10081c0791a42fcd774c48 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Sun, 15 Feb 2026 00:35:05 +0100 Subject: [PATCH] ci(changelog): fix changelog template (#2431) --- .github/cliff.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/cliff.toml b/.github/cliff.toml index f83e601a..42906bb9 100644 --- a/.github/cliff.toml +++ b/.github/cliff.toml @@ -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 -%}