File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 4848 # --> GolangCI-lint
4949 && curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sed 's/tar -/tar --no-same-owner -/g' | sh -s -- -b $(go env GOPATH)/bin \
5050 # --> Go releaser
51- && curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh -s -- "v0.132.1 " \
51+ && curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh -s -- "v0.164.0 " \
5252 # --> Install junit converter
5353 && go get github.com/jstemmer/
[email protected] \
5454 && rm -rf /go/src/ && rm -rf /go/pkg
Original file line number Diff line number Diff line change @@ -20,6 +20,16 @@ archives:
2020 - goos : windows
2121 format : zip
2222
23+ brews :
24+ - tap :
25+ owner : stuartleeks
26+ name : homebrew-tap
27+ folder : Formula
28+ homepage : https://github.com/stuartleeks/devcontainer-cli
29+ description : CLI for working with Visual Studio Code devcontainers
30+ test : |
31+ system "#{bin}/devcontainer --version"
32+
2333changelog :
2434 sort : asc
2535 filters :
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Head to the [latest release page](https://github.com/stuartleeks/devcontainer-cl
1010
1111Extract ` devcontainer ` from the archive and place in a folder in your ` PATH ` .
1212
13+ You can also install using ` homebrew ` with ` brew install stuartleeks/tap/devcontainer `
14+
1315Or if you just don't care and are happy to run random scripts from the internet:
1416
1517``` bash
You can’t perform that action at this time.
0 commit comments