Carl-Erik Kopseng

Results 383 comments of Carl-Erik Kopseng

Thanks for the PR. I supplied feedback on https://github.com/sinonjs/sinon/pull/2602 last week.

It's possible to automate like this in our pipeline. This is how to extract the major versions: ``` ❯ echo "node 20.10.0" | awk '{split($2, a, "."); print a[1]} '...

This is [failing differently here](https://github.com/sinonjs/sinon/actions/runs/10560677235/job/29254684431?pr=2609) than locally: ``` Error: R] Could not resolve "./test" :1:8: 1 │ require('./test'); ╵ ~~~~~~~~ 1 error ``` Locally I am getting this: ``` ✘...

I can try to extract the build bits later. This works for now!

Thank you for volunteering to follow up on your suggest, Elliot! Very much appreciated. Automated releases has been wanted for at least the last six years (#1657, for reference), but...

And I might add that I have done release "ooops"'s more than once, so automation is very much wanted: - forgot pushing the commits and tags after running the release...

I'll send you an email using the email on your profile

@elliot-huffman any updates on the progress? it's been a while :)

Related, just with more debug logs, screenshots, ++: #4356 I see people mentioning `sudo` and admin rights here. That could be related to the debug logs I see mentioning: ```...

Currently: ``` rm -rf .npm/ .bun/ Android/ .asdf/ .sdkman .config/coc ~/.vim/plugged/coc.nvim/ ```