From c5c8552a081862c96a00a76fcf295833fd77ef2a Mon Sep 17 00:00:00 2001 From: Vincent Smedinga Date: Tue, 13 Feb 2024 10:11:43 +0100 Subject: [PATCH 1/2] =?UTF-8?q?Don=E2=80=99t=20patch=20bump=20packages=20w?= =?UTF-8?q?ith=20only=20dependency=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release-please-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 686a4f9ef7..87f70a5016 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,5 +1,5 @@ { - "plugins": ["node-workspace"], + "plugins": [], "bootstrap-sha": "740ff24dd3b733fae86f97b0e2740eebb5ca2b25", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, From 63fe6d8b7705fa63891fff242e573d12f444426d Mon Sep 17 00:00:00 2001 From: Vincent Smedinga Date: Tue, 13 Feb 2024 10:30:46 +0100 Subject: [PATCH 2/2] Remove empty configuration field --- release-please-config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 87f70a5016..396916c4fd 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,5 +1,4 @@ { - "plugins": [], "bootstrap-sha": "740ff24dd3b733fae86f97b0e2740eebb5ca2b25", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true,