Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 553 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 553 Bytes

Homebrew tap for data-weave

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
  4. Get the binary url from the github release
  5. Change url, sha256 and version to match new release: here