You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added GitHub Actions workflow for automated releases using Changesets.
- Created a new GitHub Actions workflow file (`.github/workflows/release.yaml`) that:
- Runs on pushes to the main branch
- Sets up Node.js v22 with pnpm
- Uses the Changesets Action to either create a release PR or publish to npm
- Added a new `ci:publish` script to `package.json` that builds the project and publishes using Changesets
This automation streamlines the release process by using GitHub Actions and Changesets to handle versioning and publishing. It reduces manual steps in the release process and ensures consistent releases with proper version bumps based on the changesets.
0 commit comments