@yoitsro/lerna-changed

3.5.1 • Public • Published

@lerna/changed

List local packages that have changed since the last tagged release

Usage

The output of lerna changed is a list of packages that would be the subjects of the next lerna version or lerna publish execution.

$ lerna changed
package-1
package-2

Note: lerna.json configuration for lerna publish and lerna version also affects lerna changed, e.g. command.publish.ignoreChanges.

Options

lerna changed supports all of the flags supported by lerna ls:

Unlike lerna ls, however, lerna changed does not support filter options, as filtering is not supported by lerna version or lerna publish.

lerna changed also supports all the flags supported by lerna version, but the only relevant one is --ignore-changes.

Readme

Keywords

Package Sidebar

Install

npm i @yoitsro/lerna-changed

Weekly Downloads

3

Version

3.5.1

License

MIT

Unpacked Size

14.2 kB

Total Files

6

Last publish

Collaborators

  • yoitsro