Skip to content

Commit

Permalink
Replace brew.tap with brew.repository
Browse files Browse the repository at this point in the history
  • Loading branch information
shakahl committed Jan 11, 2024
1 parent 80468d6 commit cd55144
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ before:
- go generate ./...

builds:
- env:
- CGO_ENABLED=0
ldflags:
- -X github.com/get-bridge/truss-cli/cmd.Version={{.Version}}
binary: truss
goos:
- darwin
- linux
goarch:
- amd64
- arm64
- env:
- CGO_ENABLED=0
ldflags:
- -X github.com/get-bridge/truss-cli/cmd.Version={{.Version}}
binary: truss
goos:
- darwin
- linux
goarch:
- amd64
- arm64

archives:
- format: tar.gz
Expand All @@ -32,7 +32,7 @@ archives:
format: zip

checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"

snapshot:
name_template: "{{ .Tag }}-next"
Expand All @@ -41,16 +41,15 @@ changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- "^docs:"
- "^test:"
brews:
-
name: truss-cli
- name: truss-cli
description: CLI to help manage many k8s clusters
homepage: https://github.com/get-bridge/truss-cli
tap:
owner: get-bridge
name: homebrew-tap
repository:
- name: homebrew-tap
owner: get-bridge
folder: Formula
dependencies:
- name: kubectl
Expand Down

0 comments on commit cd55144

Please sign in to comment.