Skip to content

Commit

Permalink
Fix grammar in docs/linked-packages.md (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdoster committed Oct 2, 2022
1 parent 26c9c73 commit 76d683a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/linked-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Linked packages allow you to specify a group or groups of packages that should be versioned together. There are some complex cases, so some examples are shown below to demonstrate various cases.

- Linked packages will still only bumped when there is a changeset for them (this can mean because you explicitly choose to add a changeset for it or because it's a dependent of something being released)
- Linked packages will still only be bumped when there is a changeset for them (this can mean because you explicitly choose to add a changeset for it or because it's a dependent of something being released)
- Packages that have changesets and are in a set of linked packages will **always** be versioned to the highest current version in the set of linked packages + the highest bump type from changesets in the set of linked packages

> Unlike `fixed packages`, there is no guarantee that all packages in the group of linked packages will be version-bumped and published, only those with changeset(s) will be.
Expand Down Expand Up @@ -74,7 +74,7 @@ I now have another changeset with a major for `pkg-a` and I do a release, the re

Sometimes you want to link many or all packages within your project (for example in a monorepository setup), in which case you would need to keep the list of linked packages up-to-date.

To make it simpler to maintain that list, you can provide glob expressions in the linked list that would match and resolve to all the packages that you wish to include.
To make it simpler to maintain that list, you can provide glob expressions in the linked list that would match and resolve all the packages you wish to include.

For example:

Expand Down

0 comments on commit 76d683a

Please sign in to comment.