-
Notifications
You must be signed in to change notification settings - Fork 940
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
Option to skip auto-tag in bit tag
command
#2066
Comments
@DeyLak , sounds like a legit use-case. In fact, I came across a similar case myself recently. |
I and @itaymendel or @ranm8 spoke about it few weeks ago. |
Implemented. The new flag name is |
Hi @DeyLak , Can you please describe the workflow that caused you to the For now, I suggest we'll introduce the feature as |
@itaymendel My workflow is something like this:
|
@DeyLak Just a side note about number 4 - |
@DeyLak , so you still want Component B to depend on the new version of Component A? For example, Componet A was in version 1.0.0 and you have tagged a new version - 1.1.0. |
@itaymendel Comp B is a dependency of Comp A, not vice versa.
|
resovled in v15 We'll start rolling out v15 of Bit this week, please reach out to me privately on the public slack community for a sneak peek and getting early access to it. |
Description
I suggest to have an option for
bit tag
command, that allows you to tag only the component, you specified, and not tagging components, that depends on this one.Describe the solution you'd like
I think, it could look something like:
bit tag my-component --ignore-dependants
orbit tag my-component -D
Additional context
I found myself running
bit untag
command quite frequently for these auto-tagged dependencies, cause, they might not be in the state I wanted to tag yet.The text was updated successfully, but these errors were encountered: