Skip to content

Commit

Permalink
fix(docs): registry must be placed in each packages package.json in a…
Browse files Browse the repository at this point in the history
… monorepo
  • Loading branch information
dmeents committed Mar 29, 2023
1 parent daae1cb commit 01d5b7e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ the [semantic-release configuration file](https://github.com/semantic-release/se

### Configuration

> Packages will be published to the registry specified in the package.json file, if none is found it will be look for
> one in the .yarnrc.yml file
> Packages will be published to the registry specified in the package.json file first, then fall back to the .yarnrc.yml
> file. If you're using _semantic-release-yarn_ with a monorepo configuration,
> like [semantic-release-monorepo](https://github.com/pmowrer/semantic-release-monorepo), you must specify
> the registry in each packages package.json file.
> Your repository must be using `yarn@berry` and have a `.yarnrc.yml` file.
Expand Down

0 comments on commit 01d5b7e

Please sign in to comment.