Skip to content

Commit 0baee29

Browse files
committed
readd checksum
1 parent 6103a9d commit 0baee29

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.goreleaser.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,15 @@ docker_manifests:
8686
image_templates:
8787
- "{{ .Env.REGISTRY }}/{{ .Env.IMAGE_NAME }}:{{ .Tag }}-amd64"
8888
- "{{ .Env.REGISTRY }}/{{ .Env.IMAGE_NAME }}:{{ .Tag }}-arm64"
89+
90+
checksum:
91+
disable: false
92+
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
93+
dist: dist
94+
changelog:
95+
use: github
96+
sort: asc
97+
filters:
98+
exclude:
99+
- '^docs:'
100+
- '^test:'

0 commit comments

Comments
 (0)