This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push:
new 44b9c51 information to update the homebrew formula
44b9c51 is described below
commit 44b9c5120c13d010dc71c04f01cc0378f8c0b568
Author: Ioannis Polyzos <[email protected]>
AuthorDate: Thu May 7 13:47:29 2020 +0100
information to update the homebrew formula
update the document with information on how to update the homebrew formula
of kamel for new releases
---
release.adoc | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/release.adoc b/release.adoc
index 3b27a0d..bcd213f 100644
--- a/release.adoc
+++ b/release.adoc
@@ -194,3 +194,19 @@ make generate-helm
Commit to the master branch the tar.gz file and the updated index that have
been generated in `/docs/charts` and the updated `Chart.yaml`.
Wait for them to be available on https://hub.helm.sh/.
+
+=== Homebrew
+
+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/kamel.rb[homebrew-core/Formula/kamel.rb]
_(the package definition)_ should be updated to point the latest release of
https://github.com/apache/camel-k[Camel-K].
+
+More importantly the _tag_ and _revision_ section configutation should change
for a new release e.g
+```
+ url "https://github.com/apache/camel-k.git",
+ :tag => "0.3.4",
+ :revision => "c47fb2c85e89852f0fd111d1662f57917030ced5"
+ head "https://github.com/apache/camel-k.git"
+```
+
+_P.S please note that the bottles are created using the
https://docs.brew.sh/Brew-Test-Bot[Brew Test Bot]
https://docs.brew.sh/Bottles[ [1] ]._