From 26058fdb1d89d53caceceb1a981e3d48d73dcfae Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 6 Jul 2024 14:53:57 +0200 Subject: [PATCH] build(ci): fix release-please changelog after module renaming MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/release-please/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/release-please/config.json b/.github/release-please/config.json index 457ab14b..46bc4e6b 100644 --- a/.github/release-please/config.json +++ b/.github/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": "890b9a32a7cfa2c3d3589f00a8b904fbaa88d66c", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "tag-separator": "@", -- 2.34.1