docs(release): adjust description for preid to be more clear (#22569)

This commit is contained in:
Philip Fulcher 2024-04-14 09:26:54 -06:00 committed by GitHub
parent 134cbbc23c
commit 810a3b5259
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",

View File

@ -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', {