Skip to content

Commit cbd5dff

Browse files
revert to initial version
1 parent ad36289 commit cbd5dff

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

.goreleaser.yml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,15 @@
1-
version: 2
21
project_name: "wand"
2+
33
before:
44
hooks:
55
- go mod tidy
66
- go mod download
7+
78
builds:
89
- main: ./main.go
910
binary: wand
1011
goos:
1112
- linux
1213
- darwin
13-
goarch:
14-
- amd64
15-
- arm64
16-
- "386"
1714
goarm:
1815
- "7"
19-
archives:
20-
- format: tar.gz
21-
name_template: >-
22-
{{ .ProjectName }}_
23-
{{- .Os }}_
24-
{{- if eq .Arch "amd64" }}x86_64
25-
{{- else if eq .Arch "386" }}i386
26-
{{- else }}{{ .Arch }}{{ end }}
27-
{{- if .Arm }}v{{ .Arm }}{{ end }}
28-
checksum:
29-
name_template: 'checksums.txt'
30-
changelog:
31-
sort: asc
32-
filters:
33-
exclude:
34-
- '^docs:'
35-
- '^test:'

0 commit comments

Comments
 (0)