From 6255e7542f5c8c32696ea3c005bad9ccf03cdd77 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 21 Jul 2026 11:10:59 -0500 Subject: [PATCH] chore(release): align release-please config to fleet canon Refs kanon#2474 --- release-please-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index bf73fe3..80255ca 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -3,7 +3,7 @@ "release-type": "simple", "include-component-in-tag": false, "bump-minor-pre-major": true, - "bump-patch-for-minor-pre-major": true, + "bump-patch-for-minor-pre-major": false, "changelog-sections": [ {"type": "feat", "section": "Features"}, {"type": "fix", "section": "Bug Fixes"},