We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb78ed9 commit 53b68dcCopy full SHA for 53b68dc
.goreleaser.yml
@@ -19,7 +19,16 @@ archives:
19
format_overrides:
20
- goos: windows
21
format: zip
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
+
32
changelog:
33
sort: asc
34
filters:
0 commit comments