From 7b71d48f7a9eb0a371dde1159aa7b8e7dd6bd5a2 Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Fri, 12 Jul 2024 13:08:11 +0100 Subject: [PATCH] Re-deploy notes --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index af5f0a41..fc64280d 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,18 @@ To mark this new release as stable: Generally not advised given how `mike` works, but if you need to patch an existing release (in this example, `0.7.0`): ### Via CI (recommended) + +For values to use for "Source Branch" and "Version" when running the `Re-deploy via mike` GitHub action, refer to this table: + +| Use workflow from | The version to deploy | Source Branch | Notes | +|-------------------|-----------------------|---------------|------------------------| +| main | 0.6.1 | 0.6 | | +| main | 0.7.0 | 0.7.x | | +| main | 0.8.0 | 0.8 | Latest Stable | +| main | dev | main | Development - Unstable | + +[See also](https://github.com/Kuadrant/docs.kuadrant.io/blob/gh-pages/versions.json). + To re-release docs via CI: - Go to `Actions` -> `Re-deploy via mike` -> `Run Workflow`