Skip to content

Set up Changesets #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2025
Merged

Set up Changesets #15

merged 1 commit into from
Jun 27, 2025

Conversation

zth
Copy link
Owner

@zth zth commented Jun 27, 2025

Summary

  • add Changesets configuration
  • include a release workflow
  • document how to create releases with Changesets

Testing

  • npm ci
  • bun run build
  • bun run test
  • npm ci in playground
  • bun run build in playground
  • bun run test in playground

https://chatgpt.com/codex/tasks/task_e_685e3d7828e483229ba3c55556052902

@zth zth added the codex label Jun 27, 2025 — with ChatGPT Connector
@zth zth requested a review from Copilot June 27, 2025 08:03
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR sets up Changesets for versioning and releasing the project.

  • Adds Changesets scripts and dependency in package.json
  • Introduces a Changesets configuration folder and documentation
  • Implements a release workflow in the GitHub Actions configuration

Reviewed Changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
package.json Adds Changesets scripts and dependency, and updates peerDependencies
README.md Adds versioning and releasing instructions using Changesets
.github/workflows/release.yml Introduces a release workflow leveraging Changesets
.changeset/config.json Sets up the configuration for Changesets
.changeset/README.md Provides documentation for Changesets

@zth zth merged commit d059625 into main Jun 27, 2025
1 check passed
@zth zth deleted the codex/set-up-changeset-for-versioning branch June 27, 2025 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant