From: Jérôme Benoit Date: Thu, 4 Jul 2024 23:29:09 +0000 (+0200) Subject: build(ci): limit initial release PR to previous version commit X-Git-Tag: ocpp-server@v1.4.0~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e49bac45f5d513b19991fde86e7c234eb46ab85d;p=e-mobility-charging-stations-simulator.git build(ci): limit initial release PR to previous version commit Signed-off-by: Jérôme Benoit --- 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": "@",