2.1.0 • Published 6 months ago

@meltstudio/semantic-release-monorepo v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@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.

StepDescription
prepareUpdate the package.json and internal dependencies versions in all workspaces.

Install

$ yarn add --dev @meltstudio/semantic-release-monorepo

Usage

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

OptionsDescriptionDefault
replaceInternalPackagesWhether or not to replace the version for internal packagesfalse
2.1.0

6 months ago

2.0.1

6 months ago

2.0.0

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago