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
The "You must specify a dist-tag using --tag when publishing a pre-release version." error is shown even though a tag is provided.
np --any-branch --tag=beta
prepatch
It works, no error.
np - 6.3.1 Node.js - 12.6.1 npm - 6.13.4 Git - 2.24.3 (Apple Git-128) OS - 10.15.2
I went back to version 6.2.4 and it works fine.
The text was updated successfully, but these errors were encountered:
Should be fixed with #555 . Could you have a look, @sindresorhus ?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
The "You must specify a dist-tag using --tag when publishing a pre-release version." error is shown even though a tag is provided.
Steps to reproduce
np --any-branch --tag=beta
.prepatch
.Expected behavior
It works, no error.
Environment
np - 6.3.1
Node.js - 12.6.1
npm - 6.13.4
Git - 2.24.3 (Apple Git-128)
OS - 10.15.2
I went back to version 6.2.4 and it works fine.
The text was updated successfully, but these errors were encountered: