Skip to content

Commit

Permalink
Fixed a missing extension in one of the links (#831)
Browse files Browse the repository at this point in the history
First link for problems publishing in monorepos is missing file extension and therefore is dead.
  • Loading branch information
bertybot committed Jun 6, 2022
1 parent 745b771 commit 8056c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/command-line-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ This command is used to allow you to skip packages from being published. This al
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.

These restrictions exist to ensure your repository or published code do not end up in a broken state. For a more detailed intricacies of publishing, check out our guide on [problems publishing in monorepos](./problems-publishing-in-monorepos).
These restrictions exist to ensure your repository or published code do not end up in a broken state. For a more detailed intricacies of publishing, check out our guide on [problems publishing in monorepos](./problems-publishing-in-monorepos.md).

```
changeset version --snapshot
Expand Down

0 comments on commit 8056c6f

Please sign in to comment.