Michaël Zasso

Results 1686 comments of Michaël Zasso

I don't know. We need someone who has the time, knowledge, and infra access to do the changes.

Thanks for working on this! I will try it the next time I make a release.

So, I tried the command for v20.18.0. Unfortunately, I didn't go far. At some point it tried to update my local staging branch from upstream but it was already pushed...

It is v20.x-staging, which is normal from my pov. I work on a v20.x release in my v20.x workspace

I believe it's for backport PRs, but I'm not sure.

https://github.com/nodejs/node/pull/58226 was opened by the workflow and triggered the workflows.

Seems to be working as intended to me.

I tried the update script again with the changes from this PR on my fork: https://github.com/targos/node/pull/27 Workflow run: https://github.com/targos/node/actions/runs/15186079568 It does the job fine without https://github.com/nodejs/node/pull/58099

^ Which makes sense now that I think about it again. The "Regenerate platform specific files" step has access to the files even though they are ignored by git. I'm...