Skip to content

Commit 2711208

Browse files
Add some docs and update goreleaser to support brews
1 parent 53b68dc commit 2711208

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN \
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

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ archives:
1919
format_overrides:
2020
- goos: windows
2121
format: zip
22+
2223
brews:
2324
- tap:
2425
owner: stuartleeks
@@ -28,7 +29,7 @@ brews:
2829
description: CLI for working with Visual Studio Code devcontainers
2930
test: |
3031
system "#{bin}/devcontainer --version"
31-
32+
3233
changelog:
3334
sort: asc
3435
filters:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Head to the [latest release page](https://github.com/stuartleeks/devcontainer-cl
1010

1111
Extract `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+
1315
Or if you just don't care and are happy to run random scripts from the internet:
1416

1517
```bash

0 commit comments

Comments
 (0)