From f48b47db0616cd66387fbd097dbf47ee208216e1 Mon Sep 17 00:00:00 2001 From: Rafael Romero Date: Wed, 18 Oct 2023 10:46:18 +0100 Subject: [PATCH] fix(ci): bootstrap-sha in the correct section --- release-please-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index f614ab6d357..2ce4252c3a7 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,10 +1,10 @@ { + "bootstrap-sha": "5c0b283ecffed911ba263bdcdb431a13f5572820", "packages": { ".": { "release-type": "node", "pull-request-title-pattern": "chore${scope}: release ${version}", - "include-component-in-tag": false, - "bootstrap-sha": "5c0b283ecffed911ba263bdcdb431a13f5572820" + "include-component-in-tag": false } }, "label": "release",