From b5613b154e4e7ab2c1acf79c74f6102959cf2580 Mon Sep 17 00:00:00 2001 From: njbrake Date: Thu, 6 Aug 2026 14:58:31 +0000 Subject: [PATCH] chore(release): bump minor rather than major for pre-1.0 breaking changes --- release-please-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/release-please-config.json b/release-please-config.json index 0dde12b..75df532 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "include-v-in-tag": false, + "bump-minor-pre-major": true, "packages": { ".": { "release-type": "python",