From 489cc4c55abd88759ceabb19cd90b095eaddbb4f Mon Sep 17 00:00:00 2001 From: Fabian Bormann Date: Sun, 21 Jan 2024 09:29:36 +0100 Subject: [PATCH] chore: move bootstrap sha to top level config --- release-please-config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 26d05991..4acf9fa5 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,10 +1,10 @@ { + "bootstrap-sha": "692c26c7d058924cd5a17a5990758a4de9845352", + "bump-minor-pre-major": true, + "bump-patch-for-minor-pre-major": true, "packages": { ".": { "release-type": "simple", - "bootstrap-sha": "692c26c7d058924cd5a17a5990758a4de9845352", - "bump-minor-pre-major": true, - "bump-patch-for-minor-pre-major": true, "extra-files": [ "pom.xml" ]