Skip to content

Commit

Permalink
Set up homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricblondeau committed Nov 24, 2022
1 parent 44466e5 commit d1f341b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,47 @@
before:
hooks:
- go mod tidy

builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin

archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64

checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ incpatch .Version }}-next"

changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

universal_binaries:
- replace: true

brews:
- name: world-cup-2022-cli-dashboard
homepage: "https://github.com/cedricblondeau/world-cup-2022-cli-dashboard"
license: "MIT"
tap:
owner: cedricblondeau
name: homebrew-cedricblondeau
branch: main
commit_author:
name: Cédric Blondeau
email: hi@cedricblondeau.com

0 comments on commit d1f341b

Please sign in to comment.