From b545824915c205d3141436bf6e966fc02f8aa04e Mon Sep 17 00:00:00 2001 From: Bill Berry Date: Wed, 28 Jan 2026 17:53:11 -0800 Subject: [PATCH] fix(build): increase release-please search depths to prevent 250-commit window issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add release-search-depth (800) and commit-search-depth (1000) at root level - add explicit include-component-in-tag setting to match existing tag format 🔧 - Generated by Copilot --- release-please-config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release-please-config.json b/release-please-config.json index 0655e3ba..191f2c80 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,10 +1,13 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "draft": true, + "release-search-depth": 800, + "commit-search-depth": 1000, "packages": { ".": { "release-type": "node", "package-name": "hve-core", + "include-component-in-tag": true, "changelog-path": "CHANGELOG.md", "changelog-sections": [ {"type": "feat", "section": "✨ Features", "hidden": false},