Skip to content

Commit 373aac9

Browse files
committed
Add version to goreleaser config and remove deprecated replacements
1 parent 47edf97 commit 373aac9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.goreleaser.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
before:
23
hooks:
34
- go mod tidy
@@ -18,12 +19,6 @@ dockers:
1819
- "thecasualcoder/{{ .ProjectName }}:v{{ .Major }}"
1920
- "thecasualcoder/{{ .ProjectName }}:v{{ .Major }}.{{ .Minor }}"
2021
- "thecasualcoder/{{ .ProjectName }}:latest"
21-
archives:
22-
- replacements:
23-
darwin: Darwin
24-
linux: Linux
25-
windows: Windows
26-
amd64: x86_64
2722
checksum:
2823
name_template: "{{ .ProjectName }}_checksums.txt"
2924
changelog:

0 commit comments

Comments
 (0)