From 4189f2033a5b1ea0d07778530b6304db353bcc37 Mon Sep 17 00:00:00 2001 From: v-byte-cpu <65545655+v-byte-cpu@users.noreply.github.com> Date: Thu, 11 Jun 2026 03:36:14 +0400 Subject: [PATCH] ci(release): keep 0.x bumps for breaking changes --- cliff.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cliff.toml b/cliff.toml index e9672a3..ebe7903 100644 --- a/cliff.toml +++ b/cliff.toml @@ -17,6 +17,7 @@ trim = true [bump] initial_tag = "v0.1.0" +breaking_always_bump_major = false [git] conventional_commits = true