0.1.4 • Published 2 years ago

@octorelease/lerna v0.1.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

Lerna plugin

Octorelease plugin to perform actions related to NPM for Lerna monorepo.

Build Status npm latest version

StepDescription
initLoad version numbers from lerna.json and login to NPM registry.
versionBump changed package versions with lerna CLI.
publishPublish the new package versions to NPM registry.
successVerify that new package versions can be installed successfully.

Install

$ npm install @octorelease/lerna -D

Usage

The plugin can be configured in the Octorelease configuration file:

{
  "plugins": [
    "@octorelease/lerna"
  ]
}

Configuration

See the documentation for @octorelease/npm.

0.1.4

2 years ago

0.1.3

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.1

2 years ago