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
commit 344a5c7bd2d0be62ad34dcfb5c0f78e84ff19250 Author: Pasquale Congiusti <[email protected]> AuthorDate: Mon Jul 17 09:37:23 2023 +0200 chore(doc): minor change --- release.adoc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/release.adoc b/release.adoc index f7cfe0847..47d1f8a25 100644 --- a/release.adoc +++ b/release.adoc @@ -63,13 +63,7 @@ A URL will be generated for the repository, like: https://repository.apache.org/ [[release-camel-k-operator]] === Release Camel K Operator and CLI -Releasing the Camel K main artifacts require some manual steps. - -First thing is to checkout main branch and sync with upstream. - -Next, the version of the runtime libraries to use need to be aligned in the Makefile. - -The following tasks need to be done: +Releasing the Camel K main artifacts require some manual steps. The following tasks need to be done: - Align `KAMELET_CATALOG_REPO_TAG` in Makefile to latest released tag of the camel-kamelets repository - Align `RUNTIME_VERSION` in Makefile to latest Camel K Runtime release
