From e49bac45f5d513b19991fde86e7c234eb46ab85d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 5 Jul 2024 01:29:09 +0200 Subject: [PATCH] build(ci): limit initial release PR to previous version commit 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 84b54d2d..b6218b2c 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": "ffd45f3dfc8510fb29bc827896397c8a520a80e9", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "tag-separator": "@", -- 2.34.1