Skip to content

remove deprecation from brew tap config #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 29, 2024
5 changes: 3 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ builds:
env:
- CGO_ENABLED=0
flags:
- -mod=vendor
- -mod=mod

archives:
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
Expand All @@ -25,8 +25,9 @@ brews:
name: codeperf
homepage: "https://codeperf.io"
description: "Export, persist and compare profiling data using https://codeperf.io."
brews:

tap:
repository:
owner: codeperfio
name: homebrew-codeperf

Expand Down