From 60a725d2bc7fe918ae393e1db3a4feca881e1658 Mon Sep 17 00:00:00 2001 From: Sebastien Tardif Date: Sat, 18 Jul 2026 09:26:31 -0400 Subject: [PATCH] chore: target next release-please cut as 0.1.0 Force the pending release to 0.1.0 and stop mapping feat commits to patch bumps while pre-1.0. After 0.1.0 ships, remove the release-as pin so normal conventional-commit bumps resume. Signed-off-by: Sebastien Tardif --- release-please-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 4f83c26..8819b7e 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -5,7 +5,7 @@ "release-type": "node", "changelog-path": "CHANGELOG.md", "bump-minor-pre-major": true, - "bump-patch-for-minor-pre-major": true + "release-as": "0.1.0" } } }