From 393f8786dea5a6d3214f01f1bebb1254e620ecc2 Mon Sep 17 00:00:00 2001 From: "Tj (bougyman) Vanderpoel" Date: Wed, 12 Aug 2026 08:31:06 -0400 Subject: [PATCH] chore: remove the release-as 1.0.0 pin now that it has shipped Added in #72 to force release-please's next PR to target exactly 1.0.0 instead of computing a bump on top of the manually-set manifest value. v1.0.0 shipped (#73) - per release-please's own docs, this pin must be removed now or future runs will keep reusing it instead of computing normal semver bumps from conventional commits. --- .release-please-config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.release-please-config.json b/.release-please-config.json index 5e214ed..7d924c8 100644 --- a/.release-please-config.json +++ b/.release-please-config.json @@ -3,7 +3,6 @@ ".": { "changelog-path": "CHANGELOG.md", "release-type": "simple", - "release-as": "1.0.0", "bump-minor-pre-major": false, "bump-patch-for-minor-pre-major": false, "draft": false,