-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[core] Remove --exact
from release:version
#28840
Conversation
Sounds like you didn't actually test this? |
Sorry, I should have mentioned that it is tested locally (carets are applied). |
@siriwatknp does this takes into account the |
No, caret also added to the packages with alpha version. I will add some note in README to remove the caret for alpha versions. |
c9edc1e
to
664a830
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've pushed a commit for a typo. Looks good to me.
This will help us not to manually update the version with
^
when doing release. @michaldudak please try it out in this release and see if there is any error with this change.