From bb502a893eab1bdb21b25a828a70fcce8ea68e90 Mon Sep 17 00:00:00 2001 From: Bill Berry Date: Fri, 13 Feb 2026 09:34:03 -0800 Subject: [PATCH] fix(build): remove draft flag that prevents release tag creation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - draft releases do not create git tags, breaking version anchoring - release-please cannot find prior version without a tag - causes full commit history rescan and incorrect major bump 🔧 - Generated by Copilot --- release-please-config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index e69a4927..bf88d08c 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,5 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", - "draft": true, "release-search-depth": 800, "commit-search-depth": 1000, "packages": {