Repo: release script breaks on call to yargs.version(false) #8220
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
bug
Something isn't working
repo maintenance
things to do with maintenance of the repo, and not with code/docs
Suggestion
From our private automations:
I'd previously fixed this locally by changing it to
yargs(process.argv.slice(2)
per https://yargs.js.org/docs/#api-reference.James noted this did previously work in a test release from the private automations repo. It never worked for me locally. So I'm confused. Maybe I only tried locally in
.mts
, which maybe has different import semantics?The text was updated successfully, but these errors were encountered: