-
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
Cannot set version-tag-prefix to empty string #2856
Comments
Should be fixed in master (#3018) |
@arcanis I've tested with 0.23.3, it's still failing on my machine:
|
The fix will be released along with the 0.24 build, which will be published somewhere this week. |
Ah, okay - my bad, I assumed the fix had been released. Thanks for letting me know! |
Still having this issue. First experienced it with yarn v1.3.2 now updated to v1.5.1 but the problem is still there, exactly as described by @FissionCat |
Do you want to request a feature or report a bug? bug
What is the current behavior?
When running
yarn version
, this then adds a tag of the formtrue<version>
.If the current behavior is a bug, please provide the steps to reproduce.
Run
yarn config set version-tag-prefix ''
as above.I've tried
yarn config set version-tag-prefix false
andyarn config set version-tag-prefix null
to see if they produce the desired result, but they gave me tags of the formfalse<version>
andnull<version>
, respectively (not surprised there, just being thorough).I have also tried running
yarn config delete version-tag-prefix
, but that just sets its value back to the default,'v'
.What is the expected behavior?
yarn config set version-tag-prefix ''
should set the value ofversion-tag-prefix
to''
Please mention your node.js, yarn and operating system version.
node: v6.7.0
yarn: v0.21.3
OS: macOS Sierra (10.12.3)
The text was updated successfully, but these errors were encountered: