Skip to content

Commit

Permalink
Update release notes for v1.9.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stsnel committed Jan 23, 2024
1 parent c6a6ff0 commit 97227f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/release-notes/release-1.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,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. Checkout tag `v1.9.0-rc.5` of the Yoda Git repository.
3. Checkout tag `v1.9.0-rc.6` of the Yoda Git repository.
```bash
git checkout v1.9.0-rc.5
git checkout v1.9.0-rc.6
```

4. Set the Yoda version to `release-1.9` in the configuration.
4. Set the Yoda version to `v1.9.0-rc.6` in the configuration.
```yaml
yoda_version: v1.9.0-rc.5
yoda_version: v1.9.0-rc.6
```
5. Change the default schema from `default-2` to `default-3` in the configuration.
Expand Down

0 comments on commit 97227f3

Please # to comment.