We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f656122 commit a7a4433Copy full SHA for a7a4433
1 file changed
.goreleaser.yml
@@ -14,7 +14,21 @@ builds:
14
ldflags:
15
- -s -w -X github.com/32leaves/dazzle/cmd/util.version={{.Version}}-{{.ShortCommit}}
16
archives:
17
-- replacements:
+- id: dazzle
18
+ replacements:
19
+ darwin: Darwin
20
+ linux: Linux
21
+ 386: i386
22
+ amd64: x86_64
23
+ builds:
24
+ - dazzle
25
+- id: dazzle-util
26
+ files:
27
+ - "none*"
28
+ format: binary
29
30
+ - dazzle-util
31
32
darwin: Darwin
33
linux: Linux
34
386: i386
@@ -29,6 +43,8 @@ changelog:
43
exclude:
44
- '^docs:'
45
- '^test:'
46
+release:
47
+ prerelease: auto
48
dockers:
49
-
50
goos: linux
0 commit comments