File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ module.exports = {
4545 description : 'The token generated with repo access'
4646 } ,
4747 {
48- short : '-au ' ,
48+ short : '-U ' ,
4949 name : 'api-url' ,
5050 valueType : '<url>' ,
5151 description : 'Override the GitHub API URL, allows gren to connect to a private GHE installation'
@@ -71,7 +71,7 @@ module.exports = {
7171 defaultValue : 'issues'
7272 } ,
7373 {
74- short : '-im ' ,
74+ short : '-a ' ,
7575 name : 'include-messages' ,
7676 valueType : '<merge|commits|all>' ,
7777 description : 'Filter the messages added to the release notes. Only used when --data-source used is commits [commits]' ,
@@ -119,7 +119,7 @@ module.exports = {
119119 action : value => value . split ( ',' )
120120 } ,
121121 {
122- short : '-mm ' ,
122+ short : '-M ' ,
123123 name : 'milestone-match' ,
124124 valueType : '<prefix>' ,
125125 description : 'The title that the script needs to match to link the release to the milestone. e.g. v will match v0.1.0 [Release {{tag_name}}]' ,
@@ -138,7 +138,7 @@ module.exports = {
138138 description : 'Set the release notes as a draft.'
139139 } ,
140140 {
141- short : '-pr ' ,
141+ short : '-P ' ,
142142 name : 'prerelease' ,
143143 description : 'Set the release as a prerelease.'
144144 }
You can’t perform that action at this time.
0 commit comments