From 9f50eb5336295f06968c73c98cfad2a59d02ef0c Mon Sep 17 00:00:00 2001 From: Minsu Lee Date: Sat, 27 Jun 2026 22:05:12 +0900 Subject: [PATCH] chore: keep release-please pre-1.0 (bump-minor-pre-major) Breaking changes before 1.0.0 should bump the minor (0.2.0 -> 0.3.0), not jump to 1.0.0. The library's public API is still evolving, so defer the 1.0 stability commitment. --- release-please-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/release-please-config.json b/release-please-config.json index 48af88b..1e7dac2 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -4,6 +4,7 @@ "release-type": "node", "package-name": "@pleaseai/cli-toolkit", "changelog-path": "CHANGELOG.md", + "bump-minor-pre-major": true, "extra-files": [ "package.json" ]