docs/Release-Guide.md: fix a link to sandbox environment

The link became broken after 5f9d3f9cb5
This commit is contained in:
Aliaksandr Valialkin 2023-05-18 15:30:05 -07:00
parent 93f934eae3
commit 63540f3ff1
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -64,7 +64,7 @@ git remote add enterprise <url>
and this release contains all the needed binaries and checksums.
7. Update the release description with the [CHANGELOG](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md) for this release.
8. Remove the `draft` checkbox for the `TAG` release and manually publish it.
9. Bump version of the VictoriaMetrics cluster in the [sandbox environment](https://github.com/VictoriaMetrics/ops/blob/main/sandbox/manifests/benchmark-vm/vmcluster.yaml)
9. Bump version of the VictoriaMetrics cluster in the [sandbox environment](https://github.com/VictoriaMetrics/ops/blob/main/gcp-test/sandbox/manifests/benchmark-vm/vmcluster.yaml)
by [opening and merging PR](https://github.com/VictoriaMetrics/ops/pull/58).
10. Bump VictoriaMetrics version at `deployment/docker/docker-compose.yml` and at `deployment/docker/docker-compose-cluster.yml`.