Skip to content

Commit

Permalink
removed deprecated goreleaser options
Browse files Browse the repository at this point in the history
  • Loading branch information
sha1n committed May 17, 2024
1 parent 5ebce8c commit 7393861
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ builds:
main: ./cmd/main.go
archives:
-
rlcp: true
id: main
# replacements:
# darwin: Darwin
Expand Down Expand Up @@ -47,7 +46,7 @@ brews:
- name: "{{ .ProjectName }}"
goarm: 6

tap:
repository:
owner: sha1n
name: homebrew-tap

Expand All @@ -57,7 +56,7 @@ brews:
name: goreleaserbot
email: [email protected]

folder: Formula
directory: Formula

homepage: "https://sha1n.github.io/{{ .ProjectName }}/"
description: "CLI benchmarking tool"
Expand Down

0 comments on commit 7393861

Please sign in to comment.