Skip to content

Commit 6145da2

Browse files
RafaelGSSaduh95
andauthored
Apply suggestions from code review
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent f2f5bf8 commit 6145da2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

components/git/release.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

docs/git-node.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)