[Feature] yarn npm publish
should propose the next version
#6628
Labels
enhancement
New feature or request
yarn npm publish
should propose the next version
#6628
Describe the user story
In the v1, when running
yarn publish
, yarn was automatically:git
,package.json
+ creating a commitI loved doing this as it abstracted a lot of work.
Describe the solution you'd like
Either introduce this as a breaking change, or behind a new flag like
--interactive
. It could even ask for the npm tag to use (latest
or other)Describe the drawbacks of your solution
N/A
Describe alternatives you've considered
This could be a plugin indeed, but it used to be part of yarn's core so :/
The text was updated successfully, but these errors were encountered: