From 0ff825667a827b8bed281d3fcaa4bae1d893f2c3 Mon Sep 17 00:00:00 2001 From: Fabian Engelniederhammer Date: Wed, 24 Apr 2024 15:48:19 +0200 Subject: [PATCH] build(components): non-breaking changes should only trigger a new patch version for 0.x versions --- components/release-please-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/components/release-please-config.json b/components/release-please-config.json index ab0d7107..de207f59 100644 --- a/components/release-please-config.json +++ b/components/release-please-config.json @@ -6,5 +6,6 @@ } }, "bump-minor-pre-major": true, + "bump-patch-for-minor-pre-major": true, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" }