Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan authored Jun 27, 2024
1 parent e78653b commit a330e8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit a330e8d

Please sign in to comment.