1.15.3-alpha.0 • Published 2 years ago
@qoopido/lerna.changed v1.15.3-alpha.0
@qoopido/lerna.changed
(lerna changed
) - Changed command optional 🕜
List local packages that have changed since the last tagged release
Installation
npm install @qoopido/lerna.changed -D -W
# then use it (see usage below)
lerna changed
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
supports the following options of lerna version
(the others are irrelevant):
1.15.3-alpha.2
2 years ago
1.15.3-alpha.1
2 years ago
1.15.3-alpha.3
2 years ago
1.15.3-alpha.0
2 years ago