Skip to content

Commit

Permalink
fix: improve description of cli
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRaFF committed Oct 25, 2019
1 parent 87df080 commit 1a4e482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/create-release-branch.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = function (dep) {
},
'npm-token': {
alias: 'n',
describe: "NPM token with write access e.g. '11111111-2222-3333-4444-555555555555'",
describe: "NPM token with write access e.g. '11111111-2222-3333-4444-555555555555'. If you don't want to publish to npm, you have to set \"release.npmPublish: false\" in package.json",
demandOption: getNpmTokenSetting(dep)
},
'slack-webhook-url': {
Expand Down

0 comments on commit 1a4e482

Please sign in to comment.