Skip to content

Commit 8f89a93

Browse files
authored
.goreleaser.yml: use consistent version string in release artifacts (#12)
1 parent fa4a6f1 commit 8f89a93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ builds:
2020
- goos: windows
2121
goarch: arm64
2222

23+
checksum:
24+
name_template: "{{ .ProjectName }}_v{{ .Version }}_checksums.txt"
25+
2326
archives:
2427
- builds:
2528
- kubectl-operator

0 commit comments

Comments
 (0)