diff --git a/src/cli.ts b/src/cli.ts index 5af9e39..f1fd556 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -28,6 +28,7 @@ cli .option('--group', 'Nest commit messages under their scopes') .option('--dry', 'Dry run') .option('--assets ', 'Files to upload as assets to the release. Use quotes to prevent shell glob expansion, e.g., "--assets \'dist/*.js\'"') + .option('--commit-paths [paths...]', 'Paths to filter commits by. If true, CWD will be used as the path') .option('--style