Skip to content

Commit

Permalink
brew config added in jreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
munishchouhan committed Nov 27, 2023
1 parent 220bfb1 commit 51229a0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,22 @@ distributions:
- path: "nativeCompile-windows-latest/wave.exe"
transform: "wave-{{projectEffectiveVersion}}-windows-x86_64.exe"
platform: windows-x86_64
packagers:
brew:
active: RELEASE
continueOnError: false
downloadUrl: https://github.com/seqeralabs/wave-cli/releases/download/v{{projectEffectiveVersion}}/wave-{{projectEffectiveVersion}}-macos-x86_64
templateDirectory: app/src/jreleaser/distributions/wave/brew
commitAuthor:
name: seqeralabs
email: [email protected]
repository:
active: ALWAYS
owner: seqeralabs
name: homebrew-tap
tagName: '{{distributionName}}-{{tagName}}'
branch: HEAD
branchPush: '{{projectName}}-{{tagName}}'
token: '{{secrets.GITHUB_TOKEN}}'
commitMessage: '{{distributionName}} {{tagName}}'
formulaName: Wave

0 comments on commit 51229a0

Please sign in to comment.