Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: test publish #83

Merged
merged 1 commit into from
Nov 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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