From 2befc27adfd5fc4814614d6b094acfad40b8c88a Mon Sep 17 00:00:00 2001 From: David McKay Date: Wed, 17 Jun 2020 17:40:51 +0100 Subject: [PATCH] chore: remove draft: true in order to publish the container image --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 86a3aa58f0..d1cb259c5c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -45,7 +45,7 @@ archives: format_overrides: - goos: windows format: zip - name_template: 'influxdb_client_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' + name_template: "influxdb_client_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}" files: - LICENSE - README.md @@ -82,5 +82,5 @@ dockers: release: name_template: "v{{.Version}}" prerelease: auto # when we go to GA remove this line - draft: true # when we go to GA remove this line + draft: false # This needs to be false, or the container image will not be published disable: true # we keep the artifacts in S3 and link from the website