File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ const releaseOptions = {
4040 yes : {
4141 type : 'boolean' ,
4242 default : false ,
43- describe : 'Assume "yes" as answer to all prompts and run ' +
44- 'non-interactively.' ,
43+ describe : 'Skip all prompts and run non-interactively'
4544 }
4645} ;
4746
Original file line number Diff line number Diff line change @@ -223,8 +223,7 @@ Options:
223223 --prepare Prepare a new release of Node.js [boolean]
224224 --security Demarcate the new security release as a security release [boolean]
225225 --startLTS Mark the release as the transition from Current to LTS [boolean]
226- --yes Skip all prompts and run
227- non-interactively. [boolean] [default: false]
226+ --yes Skip all prompts and run non-interactively [boolean]
228227 --filterLabel Filter PR by label when preparing a security release [string]
229228 --releaseDate Default relase date when --prepare is used.
230229 It must be YYYY-MM-DD [string]
You can’t perform that action at this time.
0 commit comments