semantic-release-workspace-dependency
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

semantic-release-workspace-dependency

semantic-release plugin to update version of workspace dependency.

Step Description
verifyConditions Verify configuration
prepare Update version of workspace dependency

Install

npm i --save-dev semantic-release-workspace-dependency

Usage

The plugin can be configured in the semantic-release configuration file:

Add semantic-release-workspace-dependency after @semantic-release/npm and @semantic-release/git plugins.

Configuration

Options

Variable Description
prefix Version prefix, can be ^ (default), ~ or ''

Examples

{
  "plugins": [
    "@semantic-release/npm",
    "@semantic-release/git",
    ["semantic-release-workspace-dependency", { "prefix": "~" }]
  ]
}

License

MIT License (c) 2022

Package Sidebar

Install

npm i semantic-release-workspace-dependency

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

12.9 kB

Total Files

4

Last publish

Collaborators

  • iamthes