Skip to content

Commit

Permalink
chore(release): update homebrew push
Browse files Browse the repository at this point in the history
  • Loading branch information
clok committed Mar 17, 2021
1 parent fe2baf9 commit 1797942
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_CLOK_TOKEN }}
12 changes: 12 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,15 @@ changelog:

snapshot:
name_template: "{{ .Tag }}-next"

brews:
- tap:
owner: GoodwayGroup
name: homebrew-gwsm
homepage: "https://goodwaygroup.github.io/gwsm/"
description: "Kubernetes ConfigMaps + https://github.com/cyberark/summon + AWS Secrets Manager"
license: "MIT"
test: |
system "#{bin}/gwsm --help"
install: |
bin.install "gwsm"
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ USAGE:
gwsm [global options] command [command options] [arguments...]
VERSION:
v0.12.4
1.1.0
AUTHORS:
Derek Smith <dsmith@goodwaygroup.com>
Expand All @@ -39,14 +39,6 @@ COPYRIGHT:

## Installation

### Direct Install

To install latest version:

```
$ curl https://i.jpillora.com/GoodwayGroup/gwsm! | bash
```

### [`asdf` plugin](https://github.com/GoodwayGroup/asdf-gwsm)

Add plugin:
Expand All @@ -61,6 +53,19 @@ Install the latest version:
$ asdf install gwsm latest
```

### [Homebrew](https://brew.sh) (for macOS users)

```
brew tap GoodwayGroup/gwsm
brew install gwsm
```

### curl binary

```
$ curl https://i.jpillora.com/GoodwayGroup/gwsm! | bash
```

### man page

To install `man` page:
Expand Down

0 comments on commit 1797942

Please sign in to comment.