fix: rename the --repositoryUrl
CLI option to --repository-url
Harmonize the CLI option format. BREAKING CHANGE: The `--repositoryUrl` CLI options is replaced by `--repository-url`
This commit is contained in:
parent
d0b304e240
commit
cb36dd4890
2
cli.js
2
cli.js
@ -10,7 +10,7 @@ module.exports = async () => {
|
||||
.name('semantic-release')
|
||||
.description('Run automated package publishing')
|
||||
.option('-b, --branch <branch>', 'Branch to release from')
|
||||
.option('-r, --repositoryUrl <repositoryUrl>', 'Git repository URL')
|
||||
.option('-r, --repository-url <repositoryUrl>', 'Git repository URL')
|
||||
.option('-e, --extends <paths>', 'Comma separated list of shareable config paths or packages name', list)
|
||||
.option(
|
||||
'--verify-conditions <paths>',
|
||||
|
Loading…
x
Reference in New Issue
Block a user