This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new 0b9efd564 chore(doc): make bundle command explicit 0b9efd564 is described below commit 0b9efd564f9b550a326bdb2b6ecb1e95575dcfbc Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Tue Jun 4 14:47:13 2024 +0200 chore(doc): make bundle command explicit --- release.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/release.adoc b/release.adoc index cb00393e9..4d0609e6a 100644 --- a/release.adoc +++ b/release.adoc @@ -222,11 +222,10 @@ of Camel K, so that it can be easily installed on platforms that support Operato The https://github.com/redhat-openshift-ecosystem/community-operators-prod/[Embedded OperatorHub in OpenShift and OKD] downstream channel should be synced to publish the latest version of Camel K, so that it can be easily installed on OpenShift and OKD. -You can create the bundle using the `make bundle` command. - -Once `make bundle` has been executed, you can run: +You can create the bundle and prepare the supported OLM environments: ``` +make bundle ./script/prepare-operators.sh <version_just_released> ```