Skip to content

Commit

Permalink
Merge pull request #81 from intuit/more-docs
Browse files Browse the repository at this point in the history
unneeded long desc on chengelog cli
  • Loading branch information
hipstersmoothie authored Dec 16, 2018
2 parents 51ea985 + dad0f82 commit b7a1b2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cli/args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b7a1b2e

Please sign in to comment.