-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add automatic provision of the --tag option to npm publish #56
Conversation
63bb544
to
712b2cb
Compare
The
The above could instead be expressed like so:
Rather than set the default value of Although the subtle difference between the two approaches is unlikely to be significant in practice, I would find the code easier to understand if it only manipulated the default |
I knew you'd say that. I tried going for the suggested approach first, but found that in order to run this logic:
Two separate variables are needed ( I figured by using the right wording in the documentation, I could get away with the current approach. |
Could we leave |
Sure :) |
I just released a new beta version of Fluture using this version of xyz. I'm happy to report that it works as intended. :) $ npm dist-tags ls fluture
beta: 12.0.0-beta.1
latest: 11.0.1 |
Shall we merge and release this? |
Yes. Thank you for reminding me. |
Technically I think this is a breaking change, because the behaviour changed. I would be surprised if anyone relies on prerelease packages being published with the |
@davidchambers Would you like me to merge, and perhaps release, this? |
Absolutely. In the future please let me know when you |
Hi @davidchambers. Any plans to release this to npm? I've been using direct install from GitHub all this time. |
https://github.com/davidchambers/xyz/releases/tag/v4.0.0 Sorry for the delay. |
Closes #55