grafana/scripts/cli/tasks
gotjosh bc94f85dee
Improvement: Grafana release process minor improvements (#17661)
* Don't display changelog category title when no items

The output of the changelog is meant to be copy/pasted with ease. When a
changelog category does not contain items is better to not display title
at all thus avoiding having the manually modify the output as we include
it in the steps of the process.

* Introduce a CLI task to close milestones whilst doing a Grafana release

As part of a Grafana release, we need to eventually close the GitHub
milestone to indicate is done and remove all the cherry-pick labels from
issues/prs within the milestone to avoid our cherry-pick CLI command to
pick them up on the next release.

* Abstract the GitHub client into a module

* Introduce `GitHubClient` to all CLI tasks
2019-06-24 16:00:01 +01:00
..
changelog.ts Improvement: Grafana release process minor improvements (#17661) 2019-06-24 16:00:01 +01:00
cherrypick.ts Improvement: Grafana release process minor improvements (#17661) 2019-06-24 16:00:01 +01:00
closeMilestone.ts Improvement: Grafana release process minor improvements (#17661) 2019-06-24 16:00:01 +01:00
core.start.ts Minor refactor of cli tasks (core start, gui publishing) 2019-03-05 08:56:29 +01:00
grafanaui.build.ts Build: Fix final prompt for @grafana/ui npm publish confirmation 2019-05-22 14:10:13 +02:00
grafanaui.release.ts Build: Fix final prompt for @grafana/ui npm publish confirmation 2019-05-22 14:10:13 +02:00
precommit.ts Chore: Skip unnecessary checks on pre commit (#16946) 2019-05-08 11:43:37 +02:00
searchTestDataSetup.ts CLI: Search perf test data (#17422) 2019-06-06 10:05:08 +02:00
task.ts Chore: Skip unnecessary checks on pre commit (#16946) 2019-05-08 11:43:37 +02:00