We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9b5a8 commit 9cd1832Copy full SHA for 9cd1832
1 file changed
.goreleaser.yml
@@ -4,6 +4,13 @@ before:
4
hooks:
5
- go mod download
6
7
+release:
8
+ # If set to auto, will mark the release as not ready for production
9
+ # in case there is an indicator for this in the tag e.g. v1.0.0-rc1
10
+ # If set to true, will mark the release as not ready for production.
11
+ # Default is false.
12
+ prerelease: auto
13
+
14
builds:
15
- env:
16
- CGO_ENABLED=0
0 commit comments