Skip to content

Commit

Permalink
remove rlcp deprecated option for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Sep 20, 2023
1 parent 0614063 commit d8c84ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@ builds:
archives:
- id: zipformat
format: zip
rlcp: true
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
files:
- config.yml

- id: targzformat
format: tar.gz
rlcp: true
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
files:
- config.yml
Expand Down

0 comments on commit d8c84ba

Please sign in to comment.