chore: release main - #126
Closed
supabase-releaser[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
|
#127 sorts this out (we should only release postgrest-typegen manually) |
spydon
added a commit
that referenced
this pull request
Aug 31, 2026
Merging a `postgrest-typegen` change currently makes release-please open (or update) a release pull request right away, and merging that publishes to npm. This splits the package out of the automatic run so its releases are cut on demand instead. ## What changed - `release-please-config.json` / `.release-please-manifest.json` now cover only `packages/capability-matrix`. That run still fires automatically after `Validate Capabilities` on `main`. - New `release-please-config.postgrest-typegen.json` / `.release-please-manifest.postgrest-typegen.json` cover `packages/postgrest-typegen`, seeded at the version currently on `main` (`0.2.0`). - New `Release postgrest-typegen` workflow (`workflow_dispatch` only) runs release-please against that config and carries the npm publish job that used to live in `release.yml`. - Both configs set `separate-pull-requests: true` so the two runs get component-scoped branches (`release-please--branches--main--components--<component>`) and cannot clobber each other. - Short "Releasing" section in the package README describing the manual flow. ## After merging The currently open auto-created release pull request (#126) is on the old shared `release-please--branches--main` branch and will go stale. It should be closed; running `Release postgrest-typegen` recreates the equivalent pull request on the component-scoped branch whenever you want to cut `0.2.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
postgrest-typegen: 0.2.1
0.2.1 (2026-08-31)
Bug Fixes
This PR was generated with Release Please. See documentation.