Skip to content

Copilot/implement changesets release flow - #55

Closed
TylerJDev wants to merge 3 commits into
github:mainfrom
TylerJDev:copilot/implement-changesets-release-flow
Closed

Copilot/implement changesets release flow#55
TylerJDev wants to merge 3 commits into
github:mainfrom
TylerJDev:copilot/implement-changesets-release-flow

Conversation

@TylerJDev

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI and others added 3 commits August 21, 2026 19:38
Co-authored-by: TylerJDev <26746305+TylerJDev@users.noreply.github.com>
Co-authored-by: TylerJDev <26746305+TylerJDev@users.noreply.github.com>
Copilot AI balanced review requested due to automatic review settings August 21, 2026 20:07
@TylerJDev
TylerJDev requested a review from a team as a code owner August 21, 2026 20:07
@TylerJDev TylerJDev closed this Aug 21, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Replaces the legacy release workflow with Changesets-based automated releases.

Changes:

  • Adds synthetic patch changeset generation and tests.
  • Adds Changesets configuration, dependencies, and release workflow.
  • Documents the new release process.
Show a summary per file
File Description
scripts/prepare-release.test.mjs Tests release preparation behavior.
scripts/prepare-release.mjs Generates synthetic changesets from Git history.
README.md Documents release procedures.
package.json Adds Changesets scripts and publishing configuration.
package-lock.json Locks new release dependencies.
.github/workflows/release.yml Creates release PRs and publishes packages.
.github/workflows/publish.yml Removes the legacy publishing workflow.
.github/workflows/pr.yml Runs release-script tests in CI.
.changeset/README.md Introduces the Changesets directory.
.changeset/config.json Configures Changesets for the package.

Review details

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 9/10 changed files
  • Comments generated: 1
  • Review effort level: Balanced

with:
title: 'Release: version packages'
commit: 'chore: version packages'
publish: npm run release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants