Skip to content

Commit

Permalink
Publish homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
caitlinelfring committed Sep 3, 2020
1 parent dae0e46 commit 8d0be18
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v2
Expand Down
11 changes: 11 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,14 @@ dockers:
- "getwoke/woke:latest"
- "getwoke/woke:{{ .Major }}.{{ .Minor }}"
- "getwoke/woke:{{ .RawVersion }}"

brews:
- tap:
owner: get-woke
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
folder: Formula
homepage: https://getwoke.tech
description: A text file analysis tool that detects non-inclusive language in your source code.
test: |
system "#{bin}/woke --version"
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ _I stay woke - Erykah Badu_
- [woke](#woke)
- [About](#about)
- [Installation](#installation)
- [macOS](#macos)
- [Simple installation](#simple-installation)
- [Build from source](#build-from-source)
- [Releases](#releases)
Expand Down Expand Up @@ -45,6 +46,15 @@ Companies like [GitHub](https://github.com/github/renaming), [Twitter](https://t

## Installation

### macOS

You can install a binary release on macOS using [brew](https://brew.sh)

```bash
brew install get-woke/tap/woke
brew upgrade get-woke/tap/woke
```

### Simple installation

```bash
Expand Down

0 comments on commit 8d0be18

Please sign in to comment.