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:
Pierre Vanduynslager 2018-01-23 01:55:24 -05:00
parent d0b304e240
commit cb36dd4890

2
cli.js
View File

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