chore: repair monorepo release preparation - #2318
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Repairs the monorepo release preparation flow by restoring compatibility between the repository’s installed Changesets CLI and the changesets/action GitHub Action, and by removing obsolete Changesets entries that no longer apply under the monorepo package layout.
Changes:
- Pin the Release workflow’s “prepare” and “publish” steps to
changesets/action@v1.9.0to keep the existingversion/publishinputs working with the installed CLI. - Remove 13 obsolete
.changeset/renovate-*.mdentries that were tied to prior/root-only tooling or otherwise no longer belong to the current monorepo release surface.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/release.yaml | Pins both Changesets Action invocations to v1.9.0 while retaining existing workflow inputs/outputs usage. |
| .changeset/renovate-e302cef.md | Removes an obsolete changeset entry. |
| .changeset/renovate-d6fb694.md | Removes an obsolete changeset entry. |
| .changeset/renovate-d5e30ef.md | Removes an obsolete changeset entry. |
| .changeset/renovate-c9156a6.md | Removes an obsolete changeset entry. |
| .changeset/renovate-c8d4da6.md | Removes an obsolete changeset entry. |
| .changeset/renovate-c85f87a.md | Removes an obsolete changeset entry. |
| .changeset/renovate-c570798.md | Removes an obsolete changeset entry. |
| .changeset/renovate-9e1c651.md | Removes an obsolete changeset entry. |
| .changeset/renovate-584b0ca.md | Removes an obsolete changeset entry. |
| .changeset/renovate-5769719.md | Removes an obsolete changeset entry. |
| .changeset/renovate-3da23f7.md | Removes an obsolete changeset entry. |
| .changeset/renovate-115e22e.md | Removes an obsolete changeset entry. |
| .changeset/renovate-102ed22.md | Removes an obsolete changeset entry. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Summary
changesets/actionand the repository's installed Changesets CLIversionandpublishworkflow inputs by pinning the compatible official action releasechangeset-release/mainbranch and stale Version Packages #2282 to be rebuilt from the monorepo instead of restoring the former root-package layoutOriginal Prompt
Regenerate the stale version-packages pull request under the new monorepo structure.
Manual acceptance tests
mainand changes only package-local manifests, changelogs, internal dependency pins, and consumed changesets.counterfactto 2.16.2.@counterfact/clientand@counterfact/typesremain at their initial 0.1.0 versions.Tasks
changesets/action@v1.9.0, which supports CLI 2.31.1 and the existing inputs.counterfact2.x line.Repository learning check
docs/development/release-bootstrap.md.Verification
.github/workflows/release.yamlwithjs-yamlchangesets/action@v1.9.0contract supports Node 24, CLI v2,version,publish, andhasChangesetsnode scripts/check-package-boundaries.mjs./node_modules/.bin/changeset status./node_modules/.bin/changeset versionrehearsal with manifest/changelog inspectiongit diff --checkNo package was versioned or published by this branch. After it merges, Changesets may prepare/update #2282 automatically; that PR remains merge-last.