From 55e7b51af96bc620bdd8b5fe46b9557f25ca6adf Mon Sep 17 00:00:00 2001 From: LoricAndre Date: Wed, 22 Jan 2025 23:50:53 +0100 Subject: [PATCH] chore(ci): do not search commits on e2e & xtask --- .github/release-please/config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/release-please/config.json b/.github/release-please/config.json index 62a804d3..e36562eb 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -1,5 +1,6 @@ { "release-type": "rust", + "commit-search-depth": 100, "bump-minor-pre-major": true, "packages": { "skim": { @@ -8,12 +9,14 @@ }, "e2e": { "skip-github-release": true, + "commit-search-depth": 0, "exclude-paths": [ "/" ] }, "xtask": { "skip-github-release": true, + "commit-search-depth": 0, "exclude-paths": [ "/" ]