We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed5a1a commit d6fdeccCopy full SHA for d6fdecc
docs/_data/changelog-options.yml
@@ -1,7 +1,7 @@
1
-
2
short: '-G'
3
name: generate
4
- description: 'Generate the changelog with gren rather then using the repo releases'
+ description: 'Generate the changelog with gren rather than using the repo releases'
5
6
short: '-f'
7
name: changelog-filename
lib/_options.js
@@ -11,7 +11,7 @@ module.exports = {
11
short: '-G',
12
name: 'generate',
13
description:
14
- 'Generate the changelog with gren rather then using the repo releases'
+ 'Generate the changelog with gren rather than using the repo releases'
15
},
16
{
17
short: '-f',
0 commit comments