From 63dd929af7752a6494861aabfe550d1bca6dfd92 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Wed, 2 Mar 2022 11:01:30 -0800 Subject: [PATCH] Update release process to include Kubernetes test infrastructure Signed-off-by: Derek McGowan --- releases/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/releases/README.md b/releases/README.md index 0820fbf76..890b453cd 100644 --- a/releases/README.md +++ b/releases/README.md @@ -57,4 +57,6 @@ 4. Update [`config.toml`](https://github.com/containerd/containerd.io/blob/f827d53826a426cb48f24cc08e43cc8722ad6d01/config.toml#L35) with latest release in the [containerd/containerd.io project](https://github.com/containerd/containerd.io); open PR to force website downloads update. -5. Promote on Slack, Twitter, mailing lists, etc +5. Update Kubernetes test infrastructure to test against any new release branches, see example from https://github.com/kubernetes/test-infra/pull/25476 + +6. Promote on Slack, Twitter, mailing lists, etc