diff --git a/.goreleaser.yml b/.goreleaser.yml index e8e7089d..e475e61d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -111,13 +111,13 @@ release: # If set to true, will not auto-publish the release. # Default is false. - draft: true + draft: false # If set to auto, will mark the release as not ready for production # in case there is an indicator for this in the tag e.g. v1.0.0-rc1 # If set to true, will mark the release as not ready for production. # Default is false. - prerelease: false + prerelease: auto # You can change the name of the release. # Default is `{{.Tag}}`