Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release docs #1633

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Once we reach a date in which we want to do a release (see other sections for mo
- Focusing on the `odh-dashboard` folder, we'll need to copy some files over to track the latest changes of this release
- Test the latest version of the quay image ([our quay repo](https://quay.io/repository/opendatahub/odh-dashboard?tab=tags)) on a cluster to make sure the pods can come up and the Dashboard is accessible
- Create a PR to include the following:
- Switch to the `incubation` branch in `odh-dashboard`
- First delete everything in the folder -- git will do the diff of what changed for us
- Copy all the child folders in the [manifest folder](../manifests)
- Exclude the `overlays` folder as this is for internal testing purposes
Expand Down
Loading