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

Fix description docs for update command #9238

Merged
merged 3 commits into from
Oct 9, 2024

Conversation

JoshK2
Copy link
Member

@JoshK2 JoshK2 commented Oct 9, 2024

Proposed Changes

I tried to use the template in the command:

bit update "@teambit/base-react/**" -y --semver
✖ No dependencies found that match the patterns

Then tried with the following command and it's work.

bit update "@teambit/base-react.**" -y --semver

So I updated the docs template in this command.

@JoshK2 JoshK2 requested a review from GiladShoham October 9, 2024 10:26
@zkochan
Copy link
Member

zkochan commented Oct 9, 2024

Thanks, yes, it is searched by package name only, not by component ID.

@GiladShoham GiladShoham merged commit 05b86e0 into master Oct 9, 2024
11 checks passed
@GiladShoham GiladShoham deleted the fix-description-templates-in-fews-commands branch October 9, 2024 14:29
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 this pull request may close these issues.

3 participants