diff --git a/src/cli/args.ts b/src/cli/args.ts index fa3f78aeb..5c5bf70de 100644 --- a/src/cli/args.ts +++ b/src/cli/args.ts @@ -291,8 +291,7 @@ const commands: ICommand[] = [ }, { name: 'changelog', - summary: - "Prepend release notes to 'CHANGELOG.md', create one if it doesn't exist, and commit the changes.", + summary: "Prepend release notes to 'CHANGELOG.md'", options: [ dryRun, noVersionPrefix,