refactor publish - #2
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR refactors how the forked msw-trpc package is published and consumed inside the org by renaming it to @blurb/msw-trpc, updating CI to publish to GitHub Packages on releases, and documenting the new installation/release process.
Changes:
- Renames the package to
@blurb/msw-trpc, bumps version to2.1.0, and targets GitHub Packages for publishing. - Updates GitHub Actions workflows to test on pushes to
mainand publish on GitHub Release publish events (with tag/version verification). - Updates docs and tests to reflect the fork status, GitHub Packages install requirements, and fallthrough behavior.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates package name, badge, fork notice, GitHub Packages install steps, and release instructions. |
| packages/test-node/src/fallthrough/index.test.ts | Refines the fallthrough “hits real network” test to use a real origin server. |
| packages/msw-trpc/package.json | Renames/scopes the package, bumps version, and sets publish registry to GitHub Packages. |
| .gitignore | Ignores publish artifacts (*.tgz) and the copied package README used during publishing. |
| .github/workflows/test.yml | Runs CI on pushes to main and upgrades Node/pnpm action versions. |
| .github/workflows/npm-publish.yml | Publishes on Release “published” events and uses GITHUB_TOKEN with packages write permission. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
tyler-rpi
marked this pull request as ready for review
July 31, 2026 22:25
vacuna-blurb
approved these changes
Jul 31, 2026
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.
Publish to gh