Skip to content
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

Closed
joaoopereira opened this issue Sep 30, 2021 · 1 comment · Fixed by #38
Closed

bump command is showing wrong error message #36

joaoopereira opened this issue Sep 30, 2021 · 1 comment · Fixed by #38

Comments

@joaoopereira
Copy link
Collaborator

joaoopereira commented Sep 30, 2021

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:

image

@joaoopereira
Copy link
Collaborator Author

fixed by #38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant