From 6341e73c27063a46a54dbc2061f47bcaab29cf1c Mon Sep 17 00:00:00 2001 From: Wainer dos Santos Moschetta Date: Mon, 27 Nov 2023 14:37:58 -0300 Subject: [PATCH] release-check-list: add pointer to operatorhub doc On last release I created a document on CoCo's operator explaining how the bundle can be updated to the Operator Hub. Updated this release check-list to link to that document. Signed-off-by: Wainer dos Santos Moschetta --- .github/ISSUE_TEMPLATE/release-check-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release-check-list.md b/.github/ISSUE_TEMPLATE/release-check-list.md index 94be459..635dc4d 100644 --- a/.github/ISSUE_TEMPLATE/release-check-list.md +++ b/.github/ISSUE_TEMPLATE/release-check-list.md @@ -110,4 +110,4 @@ assignees: '' * https://github.com/confidential-containers/confidential-containers/tree/main/releases/v.md -- [ ] 23. Poke Wainer Moschetta (@wainersm) to update the release to the OperatorHub +- [ ] 23. Poke Wainer Moschetta (@wainersm) to update the release to the OperatorHub. Find the documented flow [here](https://github.com/confidential-containers/operator/blob/main/docs/OPERATOR_HUB.md).