-
Notifications
You must be signed in to change notification settings - Fork 935
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
Failed to tag a component after untagging component versions using --scope flag #1817
Comments
…then it won't throw ComponentNotFound when tagging after export & tag & untag
The reason for the error is that upon tagging 5.1.1, the The root cause of this issue is the fact that Bit had two different processes of updating the version in |
* fix #1817, update component's package.json of authored upon untag so then it won't throw ComponentNotFound when tagging after export & tag & untag * add an e2e-test
@davidfirst this issue still persists. Reopening... |
@ranm8 , I am unable to reproduce it. There is a good chance that you keep having this issue because you didn't delete the old Here is what I did
|
@ranm8 , please re-open if you think it's still an issue. |
Describe the bug
Bit fails to tag a component by trying to resolve non-existing version of another component with the following error:
Steps to Reproduce
bit tag -s 5.1.1
.bit untag -a
A
which depends onB
and tagged this modified component usingbit tag -a 5.1.1
.Expected Behavior
Expected component
A
to be tagged in version 5.1.1.Specifications
The text was updated successfully, but these errors were encountered: