From 84c44ca893ec3553ea7a836e6fb9e2138314a709 Mon Sep 17 00:00:00 2001 From: Eason WaveKat Date: Mon, 30 Mar 2026 16:57:33 +1300 Subject: [PATCH] fix: treat feat commits as patch bumps pre-1.0 Co-Authored-By: Claude Sonnet 4.6 --- release-please-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/release-please-config.json b/release-please-config.json index 5987c28..f30bd5f 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": "node", + "bump-patch-for-minor-pre-major": true, "packages": { ".": {} }