-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added instructions on how to make a release
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |