From aae9d9b4d13fd70ede3f7f737e76615d3ad8c29e Mon Sep 17 00:00:00 2001 From: Eli Polonsky Date: Tue, 4 Jun 2024 16:19:24 +0300 Subject: [PATCH] Update rotate.md Signed-off-by: Eli Polonsky --- rotate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rotate.md b/rotate.md index 468ef6008..cdcd7983d 100644 --- a/rotate.md +++ b/rotate.md @@ -50,7 +50,7 @@ The new branch should be named `k8s-XX/main` (e.g. `k8s-25/main` for K8s v1.25.0 5. `yarn build` 6. `git add .` 7. `git commit -m "k8s-XX/main"` - 8. `git push origin k8s-XX/main"` + 8. `git push origin k8s-XX/main` 8. Verify that automation builds/tags/releases the new version successfully.