From b3a54483a86bf455dc41f01cbbf1efb10e604042 Mon Sep 17 00:00:00 2001 From: "Michael A. Smith" Date: Wed, 2 Sep 2026 14:40:19 -0400 Subject: [PATCH] chore(release): force 1.0.2 to ship release-please-action v5.0.0-oce.3 Tag 1.0.1 was cut about three minutes before #28 merged, so it still pins release-please-action v5.0.0-oce.2, the opt-in annotated-tag build. #28 landed as a ci: commit, which this config marks hidden and non-releasing, so release-please will not open a release PR on its own. An empty Release-As commit (#29) squash-merged to nothing. Set release-as so the next release-please run cuts 1.0.2 carrying the oce.3 pin. Remove this key once 1.0.2 is tagged. Assisted-by: Claude Code --- release-please-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/release-please-config.json b/release-please-config.json index 6651d46..bad2214 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -6,6 +6,7 @@ "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "annotated-tag": true, + "release-as": "1.0.2", "packages": { ".": { "package-name": "github-workflows-public"