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`
|
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
|
##### specifier
|
||||||
|
|
||||||
|
|||||||
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"preid": {
|
"preid": {
|
||||||
"type": "string",
|
"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": {
|
"packageRoot": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
@ -159,7 +159,7 @@ Show help
|
|||||||
|
|
||||||
Type: `string`
|
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
|
##### specifier
|
||||||
|
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"preid": {
|
"preid": {
|
||||||
"type": "string",
|
"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": {
|
"packageRoot": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
@ -192,7 +192,7 @@ const versionCommand: CommandModule<NxReleaseArgs, VersionOptions> = {
|
|||||||
.option('preid', {
|
.option('preid', {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
describe:
|
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: '',
|
default: '',
|
||||||
})
|
})
|
||||||
.option('stage-changes', {
|
.option('stage-changes', {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user