You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/10/24 07:45:55 UTC

[camel-k] branch main updated: chore(doc): brew automatic procedure

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 216c5d0d6 chore(doc): brew automatic procedure
216c5d0d6 is described below

commit 216c5d0d64b835e27c4e36549ccd3eea1ba846a2
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Oct 24 09:45:50 2023 +0200

    chore(doc): brew automatic procedure
---
 release.adoc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/release.adoc b/release.adoc
index adb72b80e..e539fc777 100644
--- a/release.adoc
+++ b/release.adoc
@@ -254,7 +254,11 @@ Wait for them to be available on https://hub.helm.sh/.
 
 The https://brew.sh/[HomeBrew] formula for _kamel_ must be synced to download and build the latest version of https://github.com/apache/camel-k[Camel K], so it can be easily installed on _macOs_ and _Linux_ platforms.
 
-To do so, the content of https://github.com/Homebrew/homebrew-core/blob/master/Formula/k/kamel.rb[kamel.rb] _(the package definition)_ should be updated to point the latest release of https://github.com/apache/camel-k[Camel K]. This is something done using `brew` CLI and providing a `HOMEBREW_GITHUB_API_TOKEN` env variable to contain `gists`, `repo` and `workflow` grants [1]. Once these are set, you need to run:
+NOTE: it seems it exist an automatic process in charge to update Brew formula as soon as there is a release. Check it out if after the release, https://github.com/Homebrew/homebrew-core/pulls?q=is%3Apr+kamel+is%3Aclosed[a pull request with the new version for kamel] is automatically done.
+
+==== Manual procedure
+
+If the automatic procedure does not start, the content of https://github.com/Homebrew/homebrew-core/blob/master/Formula/k/kamel.rb[kamel.rb] _(the package definition)_ should be updated to point the latest release of https://github.com/apache/camel-k[Camel K]. This is something done using `brew` CLI and providing a `HOMEBREW_GITHUB_API_TOKEN` env variable to contain `gists`, `repo` and `workflow` grants [1]. Once these are set, you need to run:
 ```
 brew tap homebrew/core
 brew bump-formula-pr --strict kamel --version=<x.y.z>