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

Unclear documentation #1534

Open
clauBv23 opened this issue Dec 2, 2024 · 0 comments
Open

Unclear documentation #1534

clauBv23 opened this issue Dec 2, 2024 · 0 comments

Comments

@clauBv23
Copy link

clauBv23 commented Dec 2, 2024

Affected Packages

Docs

Problem

In the docs when explaining the --ignore flag some caveats about using it were highlighted:

This command is used to allow you to skip packages from being published. This allows you to run partial publishes of the repository. Using ignore has some safety rails:
1. If the package is mentioned in a changeset that also includes a package that is not ignored, publishing will fail.
2. If the package requires one of its dependencies to be updated as part of a publish.

But, on the second point, the consequences of such a case are not explained.

By manual test on my side I could verify that when that happens only the not ignored dependency versions on the package.json file of the ignored package is being updated, the ignored package version remains the same. But I would like to confirm this, to avoid edge cases if there are others.

Proposed solution

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

No branches or pull requests

1 participant