Docs: updated help for changelog cli task (#16615)

pull/16622/head
Dominik Prokop 6 years ago committed by GitHub
parent 68f5ddf18c
commit 8069a617fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/cli/index.ts

@ -48,7 +48,7 @@ program
.description('Builds changelog markdown')
.action(async cmd => {
if (!cmd.milestone) {
console.log('Please specify milestone, example: --m 6.0.1');
console.log('Please specify milestone, example: -m <milestone id from github milestone URL>');
return;
}

Loading…
Cancel
Save