Skip to content

Commit 1a4e482

Browse files
authored
fix: improve description of cli
1 parent 87df080 commit 1a4e482

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/commands/create-release-branch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = function (dep) {
2323
},
2424
'npm-token': {
2525
alias: 'n',
26-
describe: "NPM token with write access e.g. '11111111-2222-3333-4444-555555555555'",
26+
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",
2727
demandOption: getNpmTokenSetting(dep)
2828
},
2929
'slack-webhook-url': {

0 commit comments

Comments
 (0)