diff --git a/docs/release-notes/release-1.10.md b/docs/release-notes/release-1.10.md index 9e067e857..32f99becf 100644 --- a/docs/release-notes/release-1.10.md +++ b/docs/release-notes/release-1.10.md @@ -39,14 +39,14 @@ To view what files were changed from the defaults, run `git diff`. 2. After making sure the configurations are stored safely in another folder, reset the Yoda folder using `git stash` or when you want to delete all changes made: `git reset --hard`. -3. Check out tag `v1.10.0-rc.0` of the Yoda Git repository. +3. Check out tag `v1.10.0` of the Yoda Git repository. ```bash -git checkout v1.10.0-rc.0 +git checkout v1.10.0 ``` -4. Set the Yoda version to `v1.10.0-rc.0` in the configuration. +4. Set the Yoda version to `v1.10.0` in the configuration. ```yaml -yoda_version: v1.10.0-rc.0 +yoda_version: v1.10.0 ``` 5. Install all Ansible collections needed to deploy Yoda: