diff --git a/.goreleaser.yml b/.goreleaser.yml
index 69029533..31a6b24c 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -56,6 +56,8 @@ release:
       name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
   # If you want to manually examine the release before its live, uncomment this line:
   # draft: true
+  prerelease: auto
+  make_latest: {{ not .Prerelease }}
 changelog:
   # see https://goreleaser.com/customization/changelog/
   use: github-native