chore(repo): publish minor by default when running nx-release (#19477)

This commit is contained in:
Jason Jean 2023-10-06 14:49:24 -04:00 committed by GitHub
parent bcdf887d1d
commit 8ce2905d77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,6 +203,7 @@ function parseArgs() {
type: 'string', type: 'string',
description: description:
'The version to publish. This does not need to be passed and can be inferred.', 'The version to publish. This does not need to be passed and can be inferred.',
default: 'minor',
}) })
.option('gitRemote', { .option('gitRemote', {
type: 'string', type: 'string',