feat: add automated NPM publishing workflow with Changesets#98
Open
marcomariscal wants to merge 3 commits intomainfrom
Open
feat: add automated NPM publishing workflow with Changesets#98marcomariscal wants to merge 3 commits intomainfrom
marcomariscal wants to merge 3 commits intomainfrom
Conversation
- Install @changesets/cli for automated version management - Configure changesets for public package publishing - Add GitHub Actions workflow for automated releases on main branch - Add changeset validation in CI for pull requests - Include changeset for this feature demonstrating the workflow - Support beta and stable release workflows - Streamline release process with automated version bumps 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add better debugging output to understand file detection - Skip workflow and config files that don't typically need changesets - Fix whitespace handling in changeset file counting - Add explicit exit code for failed checks
- Ensure main branch is fetched for changeset status comparison - Add proper git ref checkout for pull request head - Only run changeset status validation when changeset files exist - Prevent git branch divergence errors in CI
66bb2a8 to
8212dbe
Compare
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
Key Features
🚀 Automated Releases
📝 Changeset Workflow
bun changesetfor user-facing changes✅ CI Integration
How It Works
Testing This PR
This PR includes a changeset demonstrating the workflow. When merged:
1.0.0-beta.2→1.0.0-beta.3Scripts Added
🤖 Generated with Claude Code