From 339f09f6b0d07066ca1d9627aa68d37bb4cd177b Mon Sep 17 00:00:00 2001 From: Andrew Klatzke Date: Fri, 31 Jul 2026 14:00:46 -0800 Subject: [PATCH] chore: set bootstrap-sha to trigger initial release-please Sets the bootstrap-sha to the migration merge commit so release-please knows where to start scanning for conventional commits. 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 899947e..8b8d98c 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,6 @@ { "include-component-in-tag": true, - "bootstrap-sha": "REPLACE_WITH_FIRST_COMMIT_SHA_AFTER_MIGRATION", + "bootstrap-sha": "1cfbf4259aa3e75f4c30a0594636b889626eb6a6", "packages": { "packages/client": { "release-type": "python",