Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

zowe-actions/octorelease-lerna

Repository files navigation

Lerna plugin

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

Build Status npm latest version

Step Description
init Load version numbers from lerna.json and login to NPM registry.
version Bump changed package versions with lerna CLI.
publish Publish the new package versions to NPM registry.
success Verify 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.