Skip to content

Commit

Permalink
fix: add missing context flag (#361)
Browse files Browse the repository at this point in the history
Closes #355
  • Loading branch information
samcontesse authored and hutson committed Aug 21, 2018
1 parent 0e05028 commit 0cf43f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/conventional-changelog-cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ var cli = meow(`
config: {
alias: `n`
},
context: {
alias: `c`
},
'lerna-package': {
alias: `l`
}
Expand Down

0 comments on commit 0cf43f4

Please sign in to comment.