-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Automatically upgrade the version when publishing a new babel version #73
Comments
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 |
Thinking about it, is this even an issue now? Now that Babel v7 is released (:fireworks:), just returning |
Yup, it should 👍 |
It might be possible to update
babel-upgrade/src/index.js
Lines 20 to 22 in cff059c
npm publish
script on@babel/core
?The text was updated successfully, but these errors were encountered: