From 16ee16664a65b6de97654a68c357dfb07608114d Mon Sep 17 00:00:00 2001 From: David Looi Date: Mon, 21 Oct 2024 10:33:40 +1100 Subject: [PATCH] fix: target branch Signed-off-by: David Looi --- 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 3b3cc46..2572ffa 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,5 +1,5 @@ { - "branch": "dl/upgrade-release-please", + "target-branch": "dl/upgrade-release-please", "release-type": "ruby", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true,