From 65fbf5afaeb175d5660ff13acc639ec3d72ac273 Mon Sep 17 00:00:00 2001 From: Arjun Date: Wed, 30 Oct 2024 15:15:11 -0700 Subject: [PATCH] fix: Remove bump-patch-for-minor-pre-major (#83) fix: bump minor for feat Signed-off-by: Arjun Raja Yogidas --- release-please-config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 433bfdb..1155a64 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -2,7 +2,6 @@ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "release-type": "go", "bump-minor-pre-major": true, - "bump-patch-for-minor-pre-major": true, "changelog-sections": [ { "type": "build",