-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat: automate release mirroring #212
Conversation
We fall behind SWC releases quite quickly
Did you double check this doesn't include nightly? I think the existing script did for me. There are also a lot of releases and I'm not sure if we really want or need them all. The latest also seems broken which I've been meaning to look at today. |
Yes I added |
It seems like 6e5be76 isn't working with the latest release? |
Is there a failure somewhere for that? |
npx @bazel/buildifier swc/private/versions.bzl | ||
bazel run docs:update | ||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v5 |
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.
Thanks @peter-evans!
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.
Looks good to me.
#213 - this was expanding symlinks for me, at least locally |
This shouldn't be needed anymore since we'll mirror daily. Of course it's still possible, we just don't need to hand-hold.
We fall behind SWC releases quite quickly
Type of change
Test plan
Manually run the workflow after merge