From afce455ea81756fa5f52dfb3114e84b4af965e63 Mon Sep 17 00:00:00 2001 From: Thomas Kosiewski Date: Fri, 12 Jun 2026 20:36:25 +0000 Subject: [PATCH] chore: let feat commits bump the minor version pre-1.0 Drop bump-patch-for-minor-pre-major so a feat commit bumps 0.4.3 to 0.5.0 instead of 0.4.4. Breaking changes still bump the minor (not major) via bump-minor-pre-major while the version is below 1.0.0. --- release-please-config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 3dff5ca..a5d05a5 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -7,7 +7,6 @@ "include-component-in-tag": false, "include-v-in-tag": true, "bump-minor-pre-major": true, - "bump-patch-for-minor-pre-major": true, "pull-request-title-pattern": "chore(release): ${version}", "pull-request-header": "The next agent-tty release. Merging this PR creates the release tag and GitHub Release and starts the publish pipeline.", "pull-request-footer": "Maintained by the release-please workflow. Notes are regenerated by Communique on every push to main, so manual edits to this PR are overwritten."