Skip to content

Commit

Permalink
fix(cli): add missing --group option (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenzi committed Jun 30, 2022
1 parent 671301b commit 228001d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ cli
.option('-d, --draft', 'Mark release as draft')
.option('--capitalize', 'Should capitalize for each comment message')
.option('--emoji', 'Use emojis in section titles', { default: true })
.option('--group', 'Nest commit messages under their scopes')
.option('--dry', 'Dry run')
.help()

Expand Down

0 comments on commit 228001d

Please sign in to comment.