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 = {
40
40
yes : {
41
41
type : 'boolean' ,
42
42
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'
45
44
}
46
45
} ;
47
46
Original file line number Diff line number Diff line change @@ -223,8 +223,7 @@ Options:
223
223
--prepare Prepare a new release of Node.js [boolean]
224
224
--security Demarcate the new security release as a security release [boolean]
225
225
--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]
228
227
--filterLabel Filter PR by label when preparing a security release [string]
229
228
--releaseDate Default relase date when --prepare is used.
230
229
It must be YYYY-MM-DD [string]
You can’t perform that action at this time.
0 commit comments