Skip to content

Commit

Permalink
feat: add brew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Aug 8, 2023
1 parent 840de6a commit bb5ea61
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.idea/
cru
x/
dist/
17 changes: 17 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
before:
hooks:
- go mod download
Expand All @@ -17,3 +18,19 @@ changelog:
exclude:
- '^docs:'
- '^test:'

brews:
- tap:
owner: binxio
name: homebrew-cru
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
homepage: 'https://github.com/binxio/cru'
description: 'utility to update container image references'
folder: formula
commit_author:
name: Mark van Holsteijn
email: [email protected]
install: |-
bin.install "cru"
test: |
system "#{bin}/cru --help"

0 comments on commit bb5ea61

Please sign in to comment.