From 58dbf42fffd83522081254fb16c6333c9448314f Mon Sep 17 00:00:00 2001 From: Andrew Klatzke Date: Fri, 31 Jul 2026 14:26:20 -0800 Subject: [PATCH] fix: set bootstrap-sha to pre-migration commit The bootstrap-sha was pointing to the migration feat commit itself, causing release-please to skip it. Points to the initial repo commit instead so the migration is included as a releasable change. Co-authored-by: Cursor --- 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 8b6d441..9d2a04e 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,6 @@ { "include-component-in-tag": true, - "bootstrap-sha": "1cfbf4259aa3e75f4c30a0594636b889626eb6a6", + "bootstrap-sha": "7a6f4208a4551adbef530a3e1eeee1ae49671e93", "packages": { "packages/client": { "release-type": "python",