Skip to content

Commit d32c4ed

Browse files
committed
Still WIP on .goreleaser.yaml
1 parent 496e23f commit d32c4ed

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,13 @@ builds:
99
- amd64
1010
- arm64
1111
archives:
12-
-
13-
# format: binary
14-
format_overrides:
12+
- format_overrides:
1513
- goos: windows
1614
format: zip
17-
# replacements:
18-
# darwin: Darwin
19-
# linux: Linux
20-
# windows: Windows
21-
# 386: i386
22-
# amd64: x86_64
2315
checksum:
2416
name_template: 'checksums.txt'
2517
snapshot:
2618
name_template: "{{ incpatch .Version }}-next"
27-
changelog:
28-
sort: asc
29-
filters:
30-
exclude:
31-
- '^docs:'
32-
- '^test:'
3319
universal_binaries:
3420
- replace: true
3521
hooks:
@@ -38,7 +24,6 @@ universal_binaries:
3824
output: true
3925
release:
4026
github:
41-
owner: timsutton
42-
name: speedwagon
4327
draft: true
4428
replace_existing_draft: true
29+
mode: replace

0 commit comments

Comments
 (0)