ci: add per-PR preview publishes via pkg.pr.new (#1357)#1358
Open
jagguji wants to merge 2 commits intojuspay:devfrom
Open
ci: add per-PR preview publishes via pkg.pr.new (#1357)#1358jagguji wants to merge 2 commits intojuspay:devfrom
jagguji wants to merge 2 commits intojuspay:devfrom
Conversation
Wires up pkg.pr.new so every PR to main/dev automatically publishes an ephemeral preview build of @juspay/blend-design-system. Reviewers can install the preview directly from a sticky PR comment, eliminating the need to clone the repo or use yalc just to verify a fix. Closes juspay#1357 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #1358 +/- ##
======================================
Coverage ? 42.51%
======================================
Files ? 385
Lines ? 93910
Branches ? 6145
======================================
Hits ? 39926
Misses ? 53984
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Empty commit to re-run the Preview Release workflow now that the pkg.pr.new GitHub App has been installed on juspay/blend-design-system. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
commit: |
| @@ -0,0 +1,40 @@ | |||
| name: Preview Release (pkg.pr.new) | |||
Collaborator
There was a problem hiding this comment.
(pkg.pr.new) this can be removed as in actions this always visible as this is a tool only
| - name: Setup Node.js | ||
| uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: 20 |
Collaborator
There was a problem hiding this comment.
NIT: node-version-file: '.nvmrc'
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.
Wires up pkg.pr.new so every PR to main/dev automatically publishes an ephemeral preview build of @juspay/blend-design-system. Reviewers can install the preview directly from a sticky PR comment, eliminating the need to clone the repo or use yalc just to verify a fix.
Closes #1357
Summary
Issue Ticket
Closes #[issue_number] or Related to #[issue_number]