3.18.0 • Published 5 years ago

@meditech/lerna-collect-updates-scoped v3.18.0

Weekly downloads
1
License
MIT
Repository
bitbucket
Last release
5 years ago

@lerna/collect-updates

An internal Lerna tool

Usage

Unlike the regular lerna collect-updates which finds the last tagged commit and determines if a package updated since then, this version will find the last tag matching each package's name (if any) and will determine if any changes have happened since that last tag.

This allows the version command to only publish some of the changes, rather than always publishing all changes.

Install lerna for access to the lerna CLI.