-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
ci: preview release via pkg.pr.new for current packages #13218
Conversation
|
❌ Snapshot release failed. |
51b509c
to
07a5dd0
Compare
run: pnpm changeset status --output=changesets.json | ||
|
||
- name: Retrieve packages to publish | ||
uses: actions/github-script@v7 |
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.
You could probably do this without the script using jq
on the command line, but it's not a big deal. (I always ask an LLM for the actual arguments because I can never remember the syntax)
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.
I evaluated jq
, but for a project like Astro, having a JS script might be better for contributions and bug fixes
Changes
This PR revamps the pkg.pr.new that we had disabled.
Changes:
labeled
eventchangeset status
to retrieve the upcoming releasesTesting
I tested the script locally.
This PR needs to be merged, I will enable the job again, and then open a PR to test it.
Docs
N/A