Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 229 Bytes

RELEASE.md

File metadata and controls

10 lines (8 loc) · 229 Bytes

Release processes

  1. Update the grafana/cortex-tools image version in Dockerfile
  2. Create a new tag that follows semantic versioning:
$ tag=v0.6.0
$ git tag -s "${tag}" -m "${tag}"
$ git push origin "${tag}"