Skip to content
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

[Bug] plugin does not verify if package.json contain private: true #84

Closed
kopax opened this issue Jul 6, 2018 · 2 comments
Closed

[Bug] plugin does not verify if package.json contain private: true #84

kopax opened this issue Jul 6, 2018 · 2 comments

Comments

@kopax
Copy link

kopax commented Jul 6, 2018

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:

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.

@pvdlg
Copy link
Member

pvdlg commented Jul 7, 2018

It seems to be a duplicate of #4

@kopax
Copy link
Author

kopax commented Jul 7, 2018

I'm closing in favor of #4, I will re-post to include the "private" check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants