Skip to content

Commit

Permalink
goreleaser.yml: Configure S3 bucket for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Apr 11, 2019
1 parent b99d033 commit ff3d0c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/gemini/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
s3:
bucket: downloads.scylladb.com
region: us-east-1
folder: "gemini/{{.Version}}"
acl: public-read
changelog:
sort: asc
filters:
Expand Down

0 comments on commit ff3d0c2

Please sign in to comment.