-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
yarn version should allow for prerelease identifiers #6059
Comments
Would love for this in |
I've implemented this behaviour similar to how it works on |
@daniseijo Is there a way to remove the |
Hi @ahofmeister, I didn't implement the update of versions myself. I used the default semver library methods. Maybe you should take a look at the Prerelease Identifiers section there and see if they offer a way to avoid the |
The functionality in #7336 appears to have been dropped from Yarn 3 |
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
No way to use version to create specific prerelease identifiers: alpha, beta, rc
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
Would like to be able to add a --preid flag to add/keep/change prerelease identifiers to the updated version. Semver supports them.
Please mention your node.js, yarn and operating system version.
The text was updated successfully, but these errors were encountered: