mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 16:42:36 +08:00
Docs: updated help for changelog cli task (#16615)
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user