Skip to content

Commit ff3d0c2

Browse files
committed
goreleaser.yml: Configure S3 bucket for releases
1 parent b99d033 commit ff3d0c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmd/gemini/.goreleaser.yml

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ checksum:
2222
name_template: 'checksums.txt'
2323
snapshot:
2424
name_template: "{{ .Tag }}-next"
25+
s3:
26+
bucket: downloads.scylladb.com
27+
region: us-east-1
28+
folder: "gemini/{{.Version}}"
29+
acl: public-read
2530
changelog:
2631
sort: asc
2732
filters:

0 commit comments

Comments
 (0)