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
yargs update in semantic-release 19.0.4 is broken #2533
Comments
Facing the same issue in multiple repositories after the update to 19.0.4 |
Having the same issue since dependabot updated from 19.0.3 to 19.0.4, example action that failed: https://github.com/droidsolutions/semantic-release-nuget/runs/7970368200?check_suite_focus=true |
The release is available on: Your semantic-release bot |
Thank you for the reports and apologies for the problems. We'll have to investigate why our test suite did not catch the problem. Do any of you think you have anything unique about your release process that might be different from standard semantic-release usage in case the problem is not universal? I've reverted the yargs upgrade in #2534, which resulted in publishing 19.0.5 |
I don't think I'm using anything special, just |
We're definitely not doing anything unusual either, my entire configuration is exactly as above, we're just swapping to use the main branch and a pretty standard set of basic plugins. |
interestingly, i have found that some of my projects had successful releases with v19.0.4, including but not limited to (i have not seen evidence of failure across my projects):
these projects also simply use |
The one variation I can find in my setup is that we us an npm script: {
"scripts": {
"semantic-release": "semantic-release"
}
} Other than that, the configuration is in |
The only other thing I can think of is that this is an ESM project with |
Maybe this could help. Those are very similar repository with identical release config and almost identical package.json. One failed while this other one was successful with just a warning:
Relevant difference was probably the node version. Failed: https://github.com/ATOS-Actions/actions/runs/7962473374?check_suite_focus=true |
…2534) Reverts semantic-release#1912, fixes semantic-release#2533 This reverts commit f419080.
…2534) Reverts semantic-release#1912, fixes semantic-release#2533 This reverts commit f419080.
Current behavior
Semantic release crashes without parsing arguments correctly.
Expected behavior
Run a release.
semantic-release
version19.0.4
CI environment
CircleCI
Plugins used
No response
semantic-release
configurationCI logs
The text was updated successfully, but these errors were encountered: