chore(main): release 3.0.0 - #1201
Closed
supabase-releaser[bot] wants to merge 1 commit into
Closed
supabase-releaser[bot] wants to merge 1 commit into
supabase-releaser[bot] wants to merge 1 commit into
Conversation
Coverage Report for CI Build 31623457576Coverage remained the same at 83.98%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
Contributor
|
The following capabilities are marked
These may have been renamed, removed, or never registered. Please update the capability matrix. |
grdsdev
added a commit
that referenced
this pull request
Aug 13, 2026
release-please's default versioning strategy ignores `prerelease` and `prerelease-type` entirely -- those fields are only read by the `prerelease` versioning strategy, which only activates when "versioning": "prerelease" is set. Without it, a major bump produces a plain X.0.0 tag instead of X.0.0-beta.N. PR #1201 is live proof: it computed 3.0.0, not 3.0.0-beta.1, despite the fields added in #1199. That 3.0.0 proposal is itself spurious: an earlier commit described the conventional-commits breaking-change footer in prose, and the literal text was picked up by release-please's own scan even though nothing breaking shipped. main is force-push protected, so history can't be rewritten to remove it; folding it into an ordinary patch release is the supported way to clear it. Release-As: 2.55.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
3.0.0 (2026-08-12)
⚠ BREAKING CHANGES
Miscellaneous Chores
This PR was generated with Release Please. See documentation.