Skip to content

Commit

Permalink
chore(goreleaser): remove archives.rlcp
Browse files Browse the repository at this point in the history
This option is now default and can't be changed.

Signed-off-by: Michael Adler <[email protected]>
  • Loading branch information
michaeladler committed Aug 23, 2023
1 parent 12a7d69 commit 8dc9c7e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ archives:
name_template: >-
{{.Binary}}-{{.Version}}-{{.Os}}-{{- if eq .Arch "amd64" }}x86_64{{ else }}{{.Arch}}{{ end }}{{ if .Arm }}v{{.Arm }}{{ end }}
format: tar.xz
rlcp: true
files:
- LICENSE
- README.md
Expand All @@ -119,7 +118,6 @@ archives:
name_template: >-
{{.Binary}}-{{.Version}}-{{.Os}}-{{- if eq .Arch "amd64" }}x86_64{{ else }}{{.Arch}}{{ end }}{{ if .Arm }}v{{.Arm }}{{ end }}
format: tar.xz
rlcp: true
files:
- LICENSE

Expand All @@ -129,7 +127,6 @@ archives:
name_template: >-
{{.Binary}}-{{.Version}}-{{.Os}}-{{- if eq .Arch "amd64" }}x86_64{{ else }}{{.Arch}}{{ end }}{{ if .Arm }}v{{.Arm }}{{ end }}
format: tar.xz
rlcp: true
files:
- LICENSE

Expand Down

0 comments on commit 8dc9c7e

Please sign in to comment.