Skip to content

Commit 53b68dc

Browse files
Add support for homebrew
1 parent fb78ed9 commit 53b68dc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.goreleaser.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,16 @@ archives:
1919
format_overrides:
2020
- goos: windows
2121
format: zip
22-
22+
brews:
23+
- tap:
24+
owner: stuartleeks
25+
name: homebrew-tap
26+
folder: Formula
27+
homepage: https://github.com/stuartleeks/devcontainer-cli
28+
description: CLI for working with Visual Studio Code devcontainers
29+
test: |
30+
system "#{bin}/devcontainer --version"
31+
2332
changelog:
2433
sort: asc
2534
filters:

0 commit comments

Comments
 (0)