-
Notifications
You must be signed in to change notification settings - Fork 28
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
bump command is showing wrong error message #36
Comments
joaoopereira
added a commit
that referenced
this issue
Sep 30, 2021
fixed by #38 |
joaoopereira
added a commit
that referenced
this issue
Oct 15, 2021
joaoopereira
added a commit
that referenced
this issue
Oct 15, 2021
joaoopereira
added a commit
that referenced
this issue
Oct 15, 2021
…d-showing-wrong-message fix: #36 bump command showing wrong message
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when using the bump command with --all option if the dependency packages versions doesn't match the error is pointing to the wrong version.
repro steps:
have a root package with a dependency:
"dependencies": [ { "id": "PackageA", "version": "1.0.0" }]
have the package with another version:
{ "packageId": "PackageA", "version": "1.0.1", }
running the cmf bump --all:
The text was updated successfully, but these errors were encountered: