fynpo publish
note
Install fynpo-cli for global access of fynpo command
#
UsagePublish updated packages since last release and add release tag.
#
Options--dist-tag
When run with this option, fynpo publish
will publish to npm with the given npm dist-tag (defaults to latest).
--dry-run
When run with this option, fynpo publish
does everything publish would do except actually publishing to the registry. Reports the details of what would have been published.
--no-push
By default, fynpo publish
will push the release tag to git remote. Pass --no-push
to disable this behavior.