From 515a4a089bdae7be9a0939f5928c3f4a980daf87 Mon Sep 17 00:00:00 2001 From: Ray Walker Date: Sat, 20 Jun 2026 10:27:11 +1000 Subject: [PATCH] chore: keep release-please pre-1.0 (breaking changes bump minor, not major) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cachekit is still alpha (Development Status :: 3 - Alpha, version 0.x). Without bump-minor-pre-major, release-please escalates any BREAKING CHANGE straight to 1.0.0 — which is why the orjson optional-dependency change (#196) produced a "release 1.0.0" PR (#198). Set bump-minor-pre-major so that while the version is below 1.0.0, breaking changes bump the minor (0.10.1 -> 0.11.0) instead of the major. Once this lands on main, release-please recomputes the pending release PR to 0.11.0. --- release-please-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index f0c398f..5b97bee 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -20,7 +20,8 @@ ".": { "package-name": "cachekit", "changelog-path": "CHANGELOG.md", - "include-component-in-tag": false + "include-component-in-tag": false, + "bump-minor-pre-major": true } }, "extra-files": [