From 1a3b7edf8bf837c88d53250f5000992c56eb2513 Mon Sep 17 00:00:00 2001 From: Landon LaSmith <2432396+LaVLaS@users.noreply.github.com> Date: Wed, 22 Feb 2023 08:38:58 -0500 Subject: [PATCH] Add update of the OWNERS file to the release doc (#972) Signed-off-by: Landon LaSmith --- docs/releases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases.md b/docs/releases.md index b89cc8c9e5..a49b97404f 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -73,6 +73,7 @@ Once we reach a date in which we want to do a release (see other sections for mo - 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 + - Copy the OWNERS file into the root of the odh-dashboard manifest folder - Update the `./base/kustomization.yaml` so that the `odh-dashboard` images section has the `newTag` equal to the current release version (aka the tag we created earlier) - In the `./base/deployment.yaml` we'll want to set the ODH replicas to `2` - Update the top row of the component versions table on the root readme to have the latest release version (aka the tag we created earlier)