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 9c67ddb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_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/
16 changes: 16 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,18 @@ changelog:
exclude:
- '^docs:'
- '^test:'

brews:
- tap:
owner: binxio
name: homebrew-cru
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 9c67ddb

Please sign in to comment.