ci: changesets and GitHub Actions release pipeline#4
Merged
Conversation
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.
Follow-up to #2 - the changesets + CI/CD half of the bun migration, mirroring expressive-mvc's setup.
build: configure changesets with github changelog
.changeset/config.json(default changelog,access: restricted- which would have broken publishing scoped packages) with mvc's config: GitHub-linked changelog viachangelog-no-thanks.cjs,access: public.@expressive/sqlite(pluggable driver), patch for sql/postgres/orm.packageManager: bun@1.3.14, stricterengines.ci: bun-based PR verification and OIDC release workflows
.github/actions/setup: composite action (setup-bun, dependency cache, frozen-lockfile install).pr.yml: blockingbun run test+bun run build; non-blocking changeset-status preview andnpm publish --dry-runpack validation for all four packages.release.yml: replaces the dead (if: false) pnpm workflow.changesets/actionmaintains the Version Packages PR and publishes via npm OIDC trusted publishing - no token secrets. See.github/workflows/README.md.Setup required before merging (GitHub/npm side)
releaseenvironment on this repo, deployment branches restricted tomain.release.yml(environmentrelease) as a trusted publisher for each of the four packages.🤖 Generated with Claude Code