Skip to content

Commit

Permalink
Add homebrew info to goreleaser (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
jradtilbrook authored Jun 28, 2024
1 parent b61b351 commit 460cbc1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@ release:
changelog:
use: github

brews:
- name: bk@3
ids:
- macos-archive
- linux-archive
directory: .
caveats: |
This is beta software
For any questions, issues or feedback, please file an issue at https://github.com/buildkite/cli/issues
homepage: https://github.com/buildkite/cli
description: Work with Buildkite from the command-line
license: MIT
skip_upload: true
test: system "#{bin}/bk --version"
repository:
owner: buildkite
name: homebrew-buildkite
branch: master

builds:
- id: macos
goos: [darwin]
Expand Down

0 comments on commit 460cbc1

Please sign in to comment.