From 4376f41373d8bc8f19a0589ee853337840b18123 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Mon, 31 Aug 2026 16:23:25 -0400 Subject: [PATCH] chore(ci): pin config-resolver release-as 0.1.1 to suppress spurious bump An empty commit (f892744) with a fix: prefix was pushed to main as part of PR #565. Because it has no file changes, release-please cannot attribute it to a specific package and includes it in the config-resolver changelog, triggering a spurious 0.1.1 -> 0.1.2 patch bump in release PR #573. Setting release-as to the current version overrides the computed bump and keeps config-resolver at 0.1.1. Per release-please docs, this directive should be removed once the release PR merges, or kept to permanently prevent auto-bumps until a real change lands in packages/config-resolver. --- .github/release-please-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index 185e5cb9..500bb753 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -15,7 +15,8 @@ }, "packages/config-resolver": { "component": "config-resolver", - "release-type": "node" + "release-type": "node", + "release-as": "0.1.1" } }, "plugins": [