Skip to content

Commit

Permalink
Added instructions on how to make a release
Browse files Browse the repository at this point in the history
  • Loading branch information
leansh authored Dec 30, 2019
1 parent 97373f4 commit d391dd5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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 <path_to_binary>`
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)

0 comments on commit d391dd5

Please sign in to comment.