We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Figured someone could use this info.
You can run semantic-release from the repo root if you do the following.
libs/mylib
// .yarnrc --run.modules-folder ../../node_modules
--cwd libs/mylib
// root package.json, not the library { "scripts": { "mylib:semantic-release": "yarn --cwd libs/mylib run semantic-release -e semantic-release-monorepo" } }
The text was updated successfully, but these errors were encountered:
Thanks for sharing! I've used lerna to do this but nice to know of an alternative.
lerna
Sorry, something went wrong.
No branches or pull requests
Figured someone could use this info.
You can run semantic-release from the repo root if you do the following.
libs/mylib
then--cwd libs/mylib
The text was updated successfully, but these errors were encountered: