fynpo changelog
note
Install fynpo-cli for global access of fynpo command
#
UsageDetect the changed packages since last release, determine version bumps based on commit messages and update CHANGELOG.md
file.
#
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
.
--no-commit
By default, fynpo changelog
will commit the changes to CHANGELOG.md
with the commit message Update Changelog
. Pass --no-commit
to disable this behavior.
--publish
If publish
option is passed, changelog
command will also modify package metadata to reflect new release (similar to fynpo preprae
command) and commit the changes to packages and changelog file with the message [Publish]...
.
--tag
This option is valid only if --publish
is passed. If --tag
option is passed, changelog
will create individual tags for each changed packages.