From 554f3943b6f1f9f55af397eea23784aa4453ac20 Mon Sep 17 00:00:00 2001 From: Yingwen Date: Tue, 30 Dec 2025 14:17:51 +0800 Subject: [PATCH] ci: update breaking change title level (#7497) Signed-off-by: evenyag --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 91584d7b71..4245203e92 100644 --- a/cliff.toml +++ b/cliff.toml @@ -17,7 +17,7 @@ Release date: {{ timestamp | date(format="%B %d, %Y") }} {%- set breakings = commits | filter(attribute="breaking", value=true) -%} {%- if breakings | length > 0 %} -## Breaking changes +### Breaking changes {% for commit in breakings %} * {{ commit.github.pr_title }}\ {% if commit.github.username %} by \