Skip to content

Commit

Permalink
fix: add missing arguments aliases in create-release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelAlphonso committed Jun 9, 2022
1 parent 89fb024 commit eac7d4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/script/create-release-notes
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ const cli = meow(`
type: 'boolean'
},
from: {
alias: 'f',
type: 'string'
},
to: {
alias: 't',
type: 'string'
},
}
Expand Down

0 comments on commit eac7d4e

Please sign in to comment.