Skip to content

Commit

Permalink
Remove deprecated params from goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbeard committed Aug 2, 2024
1 parent f094162 commit c3fbf10
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 @@ -33,7 +33,6 @@ builds:
binary: "{{ .ProjectName }}_v{{ .Version }}"
archives:
- format: zip
rlcp: true
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
files:
- src: LICENSE
Expand Down Expand Up @@ -62,5 +61,3 @@ release:
name_template: "{{ .ProjectName }}_{{ .Version }}_manifest.json"
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
changelog:
skip: true

0 comments on commit c3fbf10

Please sign in to comment.