Skip to content

Commit a9188b6

Browse files
committed
Migrate syntax for goreleaser:v0.120.3
1 parent d12e1ba commit a9188b6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.goreleaser.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
builds:
2-
- binary: yace
3-
main: ./cmd/yace
4-
goarch:
5-
- amd64
6-
- arm64
7-
env:
8-
- CGO_ENABLED=0
9-
archive:
10-
replacements:
11-
darwin: Darwin
12-
linux: Linux
13-
amd64: x86_64
14-
files:
15-
- none*
2+
- binary: yace
3+
main: ./cmd/yace
4+
goarch:
5+
- amd64
6+
- arm64
7+
env:
8+
- CGO_ENABLED=0
9+
archives:
10+
- replacements:
11+
darwin: Darwin
12+
linux: Linux
13+
amd64: x86_64
14+
files:
15+
- none*
1616
changelog:
1717
skip: true
1818
checksum:

0 commit comments

Comments
 (0)