We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496e23f commit d32c4edCopy full SHA for d32c4ed
.goreleaser.yaml
@@ -9,27 +9,13 @@ builds:
9
- amd64
10
- arm64
11
archives:
12
- -
13
- # format: binary
14
- format_overrides:
+ - format_overrides:
15
- goos: windows
16
format: zip
17
- # replacements:
18
- # darwin: Darwin
19
- # linux: Linux
20
- # windows: Windows
21
- # 386: i386
22
- # amd64: x86_64
23
checksum:
24
name_template: 'checksums.txt'
25
snapshot:
26
name_template: "{{ incpatch .Version }}-next"
27
-changelog:
28
- sort: asc
29
- filters:
30
- exclude:
31
- - '^docs:'
32
- - '^test:'
33
universal_binaries:
34
- replace: true
35
hooks:
@@ -38,7 +24,6 @@ universal_binaries:
38
output: true
39
release:
40
github:
41
- owner: timsutton
42
- name: speedwagon
43
draft: true
44
replace_existing_draft: true
+ mode: replace
0 commit comments