From a330e8d16c531d6b3abf570e7cb0feec9da854fe Mon Sep 17 00:00:00 2001 From: Jason Madigan <4467+jasonmadigan@users.noreply.github.com> Date: Thu, 27 Jun 2024 10:51:23 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cf8cad4..af5f0a41 100644 --- a/README.md +++ b/README.md @@ -84,10 +84,11 @@ To mark this new release as stable: default: - 0.7.0 ``` + - Update `mkdocs.yml` to set the git-refs on the `import_url`'s to reference release branches for 0.7 - Update `export KUADRANT_REF=v0.7.0` in `getting-started-single-cluster.md` - Update the `latest` alias to point to our newest stable release: - `mike deploy --update-aliases 0.7.0 latest` - - Update refs in `gh-pages` branch: + - Update refs in `0.7.x` branch: - `mike set-default 0.7.0` - Update changes, push deploy: - `mike deploy 0.7.0 -t "0.7.0" --push`