From 460cbc17819d7d9766e6c8c13d8ac5ea0a74239a Mon Sep 17 00:00:00 2001 From: Jarryd Tilbrook Date: Fri, 28 Jun 2024 10:06:57 +0800 Subject: [PATCH] Add homebrew info to goreleaser (#305) --- .goreleaser.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index faf94152..8905cda1 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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]