From 0d97183bbf58a614a3f9ff6ac8f6749404c65da6 Mon Sep 17 00:00:00 2001 From: Christian Adams Date: Mon, 23 Oct 2023 15:13:32 -0400 Subject: [PATCH] Hardcode the link for the operatorhub publish script (#1609) --- docs/contributors-guide/release-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributors-guide/release-process.md b/docs/contributors-guide/release-process.md index 42007d83..3ebc89ea 100644 --- a/docs/contributors-guide/release-process.md +++ b/docs/contributors-guide/release-process.md @@ -9,7 +9,7 @@ After the draft release is created, publish it and the [Promote AWX Operator ima - Publish image to Quay - Release Helm chart -After the GHA is complete, the final step is to run the [publish-to-operator-hub.sh](./hack/publish-to-operator-hub.sh) script, which will create a PR in the following repos to add the new awx-operator bundle version to OperatorHub: +After the GHA is complete, the final step is to run the [publish-to-operator-hub.sh](https://github.com/ansible/awx-operator/blob/devel/hack/publish-to-operator-hub.sh) script, which will create a PR in the following repos to add the new awx-operator bundle version to OperatorHub: * https://github.com/k8s-operatorhub/community-operators (community operator index) * https://github.com/redhat-openshift-ecosystem/community-operators-prod (operator index shipped with Openshift)