Skip to content

Commit 6e64a24

Browse files
author
Leandro Ferreira
committed
update .goreleaser
1 parent 91d04ec commit 6e64a24

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ before:
66
- go generate ./...
77

88
builds:
9-
- env:
10-
- CGO_ENABLED=0
9+
- id: build
1110
goos:
12-
- linux
1311
- windows
12+
- linux
1413
- darwin
1514
goarch:
1615
- amd64
@@ -39,9 +38,6 @@ changelog:
3938
checksum:
4039
name_template: "checksums.txt"
4140

42-
snapshot:
43-
name_template: "{{ .Tag }}-{{ .ShortCommit }}"
44-
4541
release:
4642
github:
4743
owner: leandrodaf

0 commit comments

Comments
 (0)