docs(release): adjust description for preid to be more clear (#22569)
This commit is contained in:
parent
134cbbc23c
commit
810a3b5259
@ -159,7 +159,7 @@ Show help
|
||||
|
||||
Type: `string`
|
||||
|
||||
The optional prerelease identifier to apply to the version, in the case that specifier has been set to prerelease.
|
||||
The optional prerelease identifier to apply to the version, in the case that the specifier argument has been set to `prerelease`.
|
||||
|
||||
##### specifier
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
},
|
||||
"preid": {
|
||||
"type": "string",
|
||||
"description": "The optional prerelease identifier to apply to the version, in the case that specifier has been set to prerelease."
|
||||
"description": "The optional prerelease identifier to apply to the version, in the case that the specifier argument has been set to prerelease."
|
||||
},
|
||||
"packageRoot": {
|
||||
"type": "string",
|
||||
|
||||
@ -159,7 +159,7 @@ Show help
|
||||
|
||||
Type: `string`
|
||||
|
||||
The optional prerelease identifier to apply to the version, in the case that specifier has been set to prerelease.
|
||||
The optional prerelease identifier to apply to the version, in the case that the specifier argument has been set to `prerelease`.
|
||||
|
||||
##### specifier
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
},
|
||||
"preid": {
|
||||
"type": "string",
|
||||
"description": "The optional prerelease identifier to apply to the version, in the case that specifier has been set to prerelease."
|
||||
"description": "The optional prerelease identifier to apply to the version, in the case that the specifier argument has been set to prerelease."
|
||||
},
|
||||
"packageRoot": {
|
||||
"type": "string",
|
||||
|
||||
@ -192,7 +192,7 @@ const versionCommand: CommandModule<NxReleaseArgs, VersionOptions> = {
|
||||
.option('preid', {
|
||||
type: 'string',
|
||||
describe:
|
||||
'The optional prerelease identifier to apply to the version, in the case that specifier has been set to prerelease.',
|
||||
'The optional prerelease identifier to apply to the version, in the case that the specifier argument has been set to `prerelease`.',
|
||||
default: '',
|
||||
})
|
||||
.option('stage-changes', {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user