fynpo updated
note
Install fynpo-cli for global access of fynpo command
Usage#
Return the list the packages that have been changed since last release. The returned list will be the subjects of the next fynpo changelog execution.
Similar to lerna changed command.
Options#
--force-publish
specify the list of packages to be force published or use * for all packages.
May also be configured in fynpo.json or fynpo.config.js.
--ignore-changes
Ignore changes in files matched by glob(s) when detecting changed packages.
May also be configured in fynpo.json or fynpo.config.js.