mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
Docs: updated help for changelog cli task (#16615)
This commit is contained in:
parent
68f5ddf18c
commit
8069a617fe
@ -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…
Reference in New Issue
Block a user