We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51115d7 commit 8e3e969Copy full SHA for 8e3e969
.goreleaser.yml
@@ -24,17 +24,18 @@ changelog:
24
- Merge pull request
25
- Merge branch
26
27
-archive:
28
- replacements:
29
- darwin: osx
30
- linux: linux
31
- windows: windows
32
- 386: i386
33
- amd64: amd64
34
- openbsd: openbsd
35
- format_overrides:
36
- - goos: windows
37
- format: zip
+archives:
+ - id: default
+ replacements:
+ darwin: osx
+ linux: linux
+ windows: windows
+ 386: i386
+ amd64: amd64
+ openbsd: openbsd
+ format_overrides:
+ - goos: windows
38
+ format: zip
39
40
release:
41
github:
0 commit comments