Automatically upgrade the version when publishing a new babel version
It might be possible to update https://github.com/babel/babel-upgrade/blob/cff059c308cfb9e21a6aa41d656d743fc82269d4/src/index.js#L20-L22 using a npm publish script on @babel/core?
I would like to work on this, if possible.
Let's first wait for @hzoo's opinion since it is him who usually publish Babel.
I guess it didn't really make sense to do it automatically when it's a breaking change since it wouldn't run when you updated. But now I guess we could maybe? Just not sure it was worth. And now you might want ^? You can query npm instead of non publish too I think
https://github.com/npm/libnpmsearch
Thinking about it, is this even an issue now? Now that Babel v7 is released (:fireworks:), just returning ^7.0.0 works, right?
Yup, it should :+1: