Skip to content

Commit

Permalink
Merge branch 're-release-table-docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Jul 12, 2024
2 parents 3b3e701 + 7b71d48 commit 31a0638
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 31a0638

Please sign in to comment.