We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have been hitting a case using npx semantic-release and this plugin.
npx semantic-release
The verify step went through, but during the npm release I ended up having an error:
npm ERR! This package has been marked as private npm ERR! Remove the 'private' field from the package.json to publish it.
This result in an incomplete release exited with 1.
The text was updated successfully, but these errors were encountered:
It seems to be a duplicate of #4
Sorry, something went wrong.
I'm closing in favor of #4, I will re-post to include the "private" check.
No branches or pull requests
I have been hitting a case using
npx semantic-release
and this plugin.The verify step went through, but during the npm release I ended up having an error:
This result in an incomplete release exited with 1.
The text was updated successfully, but these errors were encountered: