Skip to content

Commit

Permalink
Add instructions to publish dashboards as part of the release process (
Browse files Browse the repository at this point in the history
…#1566)

* Add instructions to publish dashboards as part of the release process

Signed-off-by: Marco Pracucci <marco@pracucci.com>

* Updated instructions

Signed-off-by: Marco Pracucci <marco@pracucci.com>
  • Loading branch information
pracucci committed Mar 30, 2022
1 parent c6e1a19 commit d02a233
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,16 @@ To publish a stable release:
- Locally merge the `merge-release-X.Y-to-main` branch into `main`, and push the changes to `main` back to GitHub. This doesn't break `main` branch protection, since the PR has been approved already, and it also doesn't require removing the protection.
1. Open a PR to add the new version to the backward compatibility integration test (`integration/backward_compatibility_test.go`)
1. Publish release documentation using `./tools/release-docs`:

```console
$ ./tools/release-docs /tmp/grafana/website mimir-2.0.0
```
```console
$ ./tools/release-docs /tmp/grafana/website mimir-2.0.0
```
1. Publish dashboards (done by a Grafana Labs member)
1. Login to [https://grafana.com](https://grafana.com) with your Grafana Labs account
1. Open [https://grafana.com/orgs/grafana/dashboards](https://grafana.com/orgs/grafana/dashboards)
1. For each dashboard at `operations/mimir-mixin-compiled/dashboards`:
1. Open the respective dashboard page
1. Click "Revisions" tab
1. Click "Upload new revision" and upload the updated `.json`

### How to tag a release

Expand Down

0 comments on commit d02a233

Please sign in to comment.