From a410358b87859c45d2eef4f8bd37ffc34b17fdb0 Mon Sep 17 00:00:00 2001 From: Ben Elan Date: Wed, 26 Jun 2024 22:36:17 -0700 Subject: [PATCH] ci(release-please): try setting bootstrap-sha to 2.10 (#9705) ## Summary This is the last release-please escape hatch I haven't tried yet. --- release-please-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/release-please-config.json b/release-please-config.json index af81a3f4a5a..53891b226f6 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", + "bootstrap-sha": "dc9c6ad669336599ae51bf7e23b08f8fb2114ec6", "tag-separator": "@", "label": "skip visual snapshots", "draft-pull-request": true,