From f9d6bb91b8099f3d22ac72a368de2fcd79233da5 Mon Sep 17 00:00:00 2001
From: hagen1778 <roman@victoriametrics.com>
Date: Fri, 2 Aug 2024 11:57:10 +0200
Subject: [PATCH] docs: rm reference to step number as it could change in
 future

Signed-off-by: hagen1778 <roman@victoriametrics.com>
---
 docs/Release-Guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Release-Guide.md b/docs/Release-Guide.md
index 28fa797fa3..46a6952f98 100644
--- a/docs/Release-Guide.md
+++ b/docs/Release-Guide.md
@@ -70,7 +70,7 @@ Bumping the limits may significantly improve build speed.
       * linux/ppc64le
       * linux/386
       This step can be run manually with the command `make publish` from the needed git tag.
-1. Push the tags `v1.xx.y` and `v1.xx.y-cluster` created at step 8 to public GitHub repository at https://github.com/VictoriaMetrics/VictoriaMetrics.
+1. Push the tags `v1.xx.y` and `v1.xx.y-cluster` created at previous steps to public GitHub repository at https://github.com/VictoriaMetrics/VictoriaMetrics.
    Push the tags `v1.xx.y`, `v1.xx.y-cluster`, `v1.xx.y-enterprise` and `v1.xx.y-enterprise-cluster` to the corresponding
    branches in private repository.
    **Important note:** do not push enterprise tags to public GitHub repository - they must be pushed only to private repository.