2.1.0 • Published 2 years ago
@meltstudio/semantic-release-monorepo v2.1.0
@meltstudio/semantic-release-monorepo
semantic-release
plugin to bump the version in all the package.jsons inside a monorepo. This
plugin also updates the version for the internal dependencies.
| Step | Description |
|---|---|
prepare | Update the package.json and internal dependencies versions in all workspaces. |
Install
$ yarn add --dev @meltstudio/semantic-release-monorepoUsage
The plugin can be configured in the semantic-release configuration file:
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@meltstudio/semantic-release-monorepo"
]
}Configuration
Options
| Options | Description | Default |
|---|---|---|
replaceInternalPackages | Whether or not to replace the version for internal packages | false |