Skip to content

Commit

Permalink
Add version to goreleaser config and remove deprecated replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvelsriram committed Jul 19, 2024
1 parent 47edf97 commit 373aac9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod tidy
Expand All @@ -18,12 +19,6 @@ dockers:
- "thecasualcoder/{{ .ProjectName }}:v{{ .Major }}"
- "thecasualcoder/{{ .ProjectName }}:v{{ .Major }}.{{ .Minor }}"
- "thecasualcoder/{{ .ProjectName }}:latest"
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
amd64: x86_64
checksum:
name_template: "{{ .ProjectName }}_checksums.txt"
changelog:
Expand Down

0 comments on commit 373aac9

Please sign in to comment.