feat(ci): adopt Changesets releases - #18
Merged
Merged
Conversation
There was a problem hiding this comment.
Review completed against the latest diff
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
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.
Why
The existing semantic-release workflow tries to push version commits directly to protected
main, so releases fail after branch protection was enabled. Changesets moves version updates into a normal pull request that can pass CI and Cubic review.This also gives the future OOXML CLI its own version and changelog without forcing web, MCP, and internal shared code to release together.
What changes
@ooxml-dev/sharedinternal and excluded from releases.@ooxml-dev/web@<version>@ooxml-dev/mcp-server@<version>The old
web-v*andmcp-v*tags remain as release history. Baseline package tags for both existing1.3.0releases were created on their original release commits before opening this PR.Production deployment is unchanged. Web and MCP still deploy from relevant pushes to
mainthrough the existing Deploy workflow.Release boundaries
@ooxml-dev/web@ooxml-dev/mcp-server@ooxml-dev/sharedVerified
bun install --frozen-lockfilebun run lint(passes with the existing unused-import warning inscripts/ingest-xsd/ingest.ts)bun run typecheckbun run buildbun test tests/scripts/db-migrate.test.ts1.3.0→1.3.11.3.0→1.4.00.0.1and received no tag