From 1ab042514bf7256c2c0a63a40c4f0f0a002784fd Mon Sep 17 00:00:00 2001 From: diegomarquezp Date: Fri, 5 Dec 2025 16:27:47 +0000 Subject: [PATCH] chore: cleanup release-please config - Remove redundant options already declared at the top level.\n- Remove bumpMinorPreMajor for repositories after the first major release. --- .github/release-please.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/release-please.yml b/.github/release-please.yml index 8c51cd7d6..3ae6e07da 100644 --- a/.github/release-please.yml +++ b/.github/release-please.yml @@ -2,13 +2,7 @@ releaseType: java-yoshi bumpMinorPreMajor: true handleGHRelease: true branches: -- branch: 1.21.x - releaseType: java-yoshi - bumpMinorPreMajor: true - handleGHRelease: true -- branch: protobuf-4.x-rc - releaseType: java-yoshi - bumpMinorPreMajor: true - handleGHRelease: true - manifest: true + - branch: 1.21.x + - branch: protobuf-4.x-rc + manifest: true extraFiles: ["README.md"]