Skip to content

Commit 460cbc1

Browse files
authored
Add homebrew info to goreleaser (#305)
1 parent b61b351 commit 460cbc1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.goreleaser.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,26 @@ release:
1212
changelog:
1313
use: github
1414

15+
brews:
16+
- name: bk@3
17+
ids:
18+
- macos-archive
19+
- linux-archive
20+
directory: .
21+
caveats: |
22+
This is beta software
23+
24+
For any questions, issues or feedback, please file an issue at https://github.com/buildkite/cli/issues
25+
homepage: https://github.com/buildkite/cli
26+
description: Work with Buildkite from the command-line
27+
license: MIT
28+
skip_upload: true
29+
test: system "#{bin}/bk --version"
30+
repository:
31+
owner: buildkite
32+
name: homebrew-buildkite
33+
branch: master
34+
1535
builds:
1636
- id: macos
1737
goos: [darwin]

0 commit comments

Comments
 (0)