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
Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
yarn version returns the current version of Yarn, it does not return the prompt to update my package's version as documented here
yarn version
If the current behavior is a bug, please provide the steps to reproduce. Run yarn version
What is the expected behavior? Running yarn version should return a prompt similar to:
info Current version: 1.0.1 question New version: 1.0.2 info New version: 1.0.2
Please mention your node.js, yarn and operating system version. Node 6.0.8, Yarn 0.19.1, Mac OSX 10.11.6
The text was updated successfully, but these errors were encountered:
I'm experiencing the same behavior. Node 6.6.0, Yarn 0.19.1, Mac OSX 10.10.5
Sorry, something went wrong.
Fixed in #2491
Ah, thanks! Had just been searching open issues and hadn't seen it. Closing this now.
No branches or pull requests
Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
yarn version
returns the current version of Yarn, it does not return the prompt to update my package's version as documented hereIf the current behavior is a bug, please provide the steps to reproduce.
Run
yarn version
What is the expected behavior?
Running
yarn version
should return a prompt similar to:Please mention your node.js, yarn and operating system version.
Node 6.0.8, Yarn 0.19.1, Mac OSX 10.11.6
The text was updated successfully, but these errors were encountered: