From d8108b6945a073a2a954370006167f1994c5f74e Mon Sep 17 00:00:00 2001 From: Stijn Van Hulle Date: Wed, 25 Oct 2023 12:27:52 +0200 Subject: [PATCH] ci: remove search depth --- release-please-config.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 1250c3445..08c2ced24 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,8 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "separate-pull-requests": false, - "commit-search-depth": 50, - "release-search-depth": 50, "changelog-sections": [ { "type": "feat",