From 556352d7612089fbc6f217ca318b626863e936fb Mon Sep 17 00:00:00 2001 From: Sean Trantalis <18211470+strantalis@users.noreply.github.com> Date: Mon, 21 Jul 2025 15:45:39 -0400 Subject: [PATCH] chore(ci): only bump minor on main --- .github/release-please/release-please-config.main.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/release-please/release-please-config.main.json b/.github/release-please/release-please-config.main.json index 55a6077b..ab686221 100644 --- a/.github/release-please/release-please-config.main.json +++ b/.github/release-please/release-please-config.main.json @@ -2,6 +2,7 @@ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "release-type": "maven", "bump-minor-pre-major": true, + "versioning": "always-bump-minor", "separate-pull-requests": false, "include-component-in-tag": false, "group-pull-request-title-pattern": "chore(${branch}): release ${version}",