Skip to content

Commit

Permalink
[workaround] yarn release requires a change to ~/.yarnrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominique Quatravaux committed Jan 25, 2023
1 parent 7f67caa commit de1ce61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ Whenever one creates or updates (pushes to the underlying branch of) a GitHub pu

## Create a new release

1. [Ensure](https://github.com/lerna/lerna/issues/896#issuecomment-311894609) that your `~/.yarnrc` contains a line like <pre>registry "https://registry.npmjs.org/"
</pre>
1. Ensure that all the desired changes have been merged into the main (`dev`) branch on GitHub
1. Type <pre>yarn release</pre> and follow the interactive instructions.

Expand Down

0 comments on commit de1ce61

Please sign in to comment.