File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
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 @@ -19,6 +19,7 @@ archives:
1919 format_overrides :
2020 - goos : windows
2121 format : zip
22+
2223brews :
2324 - tap :
2425 owner : stuartleeks
2829 description : CLI for working with Visual Studio Code devcontainers
2930 test : |
3031 system "#{bin}/devcontainer --version"
31-
32+
3233changelog :
3334 sort : asc
3435 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