From d391dd5d8560f128ab7c30a3732514458157b118 Mon Sep 17 00:00:00 2001 From: Leandro Shokida Date: Mon, 30 Dec 2019 16:42:12 -0300 Subject: [PATCH] Added instructions on how to make a release --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bc234c..ca82b50 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ # Homebrew tap for data-weave -# Usage +## Usage ``` brew tap mulesoft-labs/data-weave brew install dw ``` + +## Making a new homebrew release +1. Get the new binary from CI or locally +2. Calculate the sha256 of the binary: `shasum -a 256 ` +3. Make a new github release in [data-weave-native](https://github.com/mulesoft-labs/data-weave-native/releases) +4. Get the binary url from the github release +5. Change `url`, `sha256` and `version` to match new release: [here](https://github.com/mulesoft-labs/homebrew-data-weave/blob/master/formula/dw.rb)