From 9e5b6df10111adce04426c6076bee1a437a73cc4 Mon Sep 17 00:00:00 2001 From: Ray Walker Date: Fri, 7 Aug 2026 14:40:46 +1000 Subject: [PATCH] chore: bump minor, not major, for pre-1.0 breaking changes (LAB-683) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without bump-minor-pre-major, the feat! on #67 made release-please propose 1.0.0. The LAB-683 release AC ratifies the next 0.x minor (0.5.0) — we are not promising 1.0 API stability yet. --- release-please-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/release-please-config.json b/release-please-config.json index d494543..721b740 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", "release-type": "rust", + "bump-minor-pre-major": true, "changelog-sections": [ {"type": "feat", "section": "Features"}, {"type": "fix", "section": "Bug Fixes"},