From 6a5be41a27b510f7c847570c5b1197c8c2c3347d Mon Sep 17 00:00:00 2001 From: Gavin Barron Date: Mon, 17 Jul 2023 18:02:34 -0700 Subject: [PATCH] chore: add bootstrap-sha to release-please config --- release-please-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 8e30d9c7a1..4c57c2a89b 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,5 +1,6 @@ { "include-component-in-tag": false, + "bootstrap-sha": "e979212f841e8ffae3e86a74fa15edaaa0cc0191", "packages": { ".": { "changelog-path": "CHANGELOG.md", @@ -11,4 +12,4 @@ } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" -} \ No newline at end of file +}