Skip to content

Commit

Permalink
Deprecate pushing a brew formula to stacklok/tap (#4769)
Browse files Browse the repository at this point in the history
* Update .goreleaser.yaml

* Remove the homebrew token from releaser.yml

* Update README.md

* Update install_cli.md
  • Loading branch information
rdimitrov authored Oct 17, 2024
1 parent 89e17bf commit cb3f28d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 17 deletions.
1 change: 0 additions & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
WINGET_GITHUB_TOKEN: ${{ secrets.WINGET_GITHUB_TOKEN }}
VERSION: ${{ needs.ldflags_args.outputs.version }}
COMMIT: ${{ needs.ldflags_args.outputs.commit }}
Expand Down
14 changes: 0 additions & 14 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,6 @@ archives:
format_overrides:
- goos: windows
format: zip
# This section defines how to release to homebrew.
brews:
- homepage: 'https://github.com/mindersec/minder'
description: 'minder is the client CLI for interacting with Minder by Stacklok.'
directory: Formula
commit_author:
name: stacklokbot
email: [email protected]
repository:
owner: stacklok
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
test: |
system "#{bin}/minder --help"
# This section defines how to release to winget.
winget:
- name: minder
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Choose your preferred method to install `minder`:
Make sure you have [Homebrew](https://brew.sh/) installed.

```bash
brew install stacklok/tap/minder
brew install minder
```

### Windows (Winget)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting_started/install_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can install `minder` using one of the following methods:
The easiest way to install `minder` for macOS systems is through [Homebrew](https://brew.sh/):

```bash
brew install stacklok/tap/minder
brew install minder
```

Alternatively, you can [download a `.tar.gz` release](https://github.com/mindersec/minder/releases) and unpack it with the following:
Expand Down

0 comments on commit cb3f28d

Please sign in to comment.