Skip to content

Commit a7a4433

Browse files
author
Christian Weichel
committed
Improved relase builds
1 parent f656122 commit a7a4433

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,21 @@ builds:
1414
ldflags:
1515
- -s -w -X github.com/32leaves/dazzle/cmd/util.version={{.Version}}-{{.ShortCommit}}
1616
archives:
17-
- replacements:
17+
- 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+
builds:
30+
- dazzle-util
31+
replacements:
1832
darwin: Darwin
1933
linux: Linux
2034
386: i386
@@ -29,6 +43,8 @@ changelog:
2943
exclude:
3044
- '^docs:'
3145
- '^test:'
46+
release:
47+
prerelease: auto
3248
dockers:
3349
-
3450
goos: linux

0 commit comments

Comments
 (0)