-
-
Notifications
You must be signed in to change notification settings - Fork 204
chore: publish preview packages for pull requests #636
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
Conversation
commit: |
There was a problem hiding this 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 adds preview package publishing functionality to the CI/CD workflow using pkg-pr-new, following a similar pattern to pixi.js. The change enables automated preview package publishing for pull requests targeting the main branch, allowing contributors to test changes against existing projects before merging.
Key Changes:
- Added a new
previewjob that publishes preview packages for PRs targeting main - Job runs after verification passes and uses
pkg-pr-newto publish packages - Preview publishing is configured with the
--no-templateflag
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
🎉 This PR is included in version 8.0.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Publish Preview Packages
Following pixi.js setup of stackblitz/pkg.pr.new -> pixijs/pixijs#11571
Adding a few templates would be a nice touch, for now this is mainly to help with unblocking testing PRs against existing projects.