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.
2 parents ce54e0f + c44f534 commit 8750c68Copy full SHA for 8750c68
.goreleaser.yml
@@ -27,7 +27,9 @@ brews:
27
folder: Formula
28
name: devcontainer
29
homepage: https://github.com/stuartleeks/devcontainer-cli
30
- description: CLI for working with Visual Studio Code devcontainers
+ description: CLI for working with Visual Studio Code devcontainers
31
+ install: |
32
+ bin.install "devcontainer"
33
test: |
34
system "#{bin}/devcontainer --version"
35
0 commit comments