Skip to content

Commit

Permalink
fix: test publish (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar authored Nov 24, 2022
1 parent 285ec4c commit dcfbee5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,19 @@ This plugin sets up [Prettier](https://prettier.io).
## `semantic-release` _monorepo_
⚠️ **This is work in progress**
_Current plan:_
- Set `"private": true` in root package
- This will cause semantic-release/npm to skip publish step
- We add exec plugin and use yarn workspaces foreach npm publish
- We can remove .npmrc file
- We need to modify .yarnrc.yml / .releaserc.json
- We can get rid of `"publishConfig"` in workspaces pkg
_This may be outdated:_
This plugin sets up
[semantic-release](https://semantic-release.gitbook.io/semantic-release/). It
uses a workaround so that it can be used in a monorepo, which is to set up a
Expand Down

0 comments on commit dcfbee5

Please sign in to comment.