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 ad36289 commit cbd5dffCopy full SHA for cbd5dff
.goreleaser.yml
@@ -1,35 +1,15 @@
1
-version: 2
2
project_name: "wand"
+
3
before:
4
hooks:
5
- go mod tidy
6
- go mod download
7
8
builds:
9
- main: ./main.go
10
binary: wand
11
goos:
12
- linux
13
- darwin
- goarch:
14
- - amd64
15
- - arm64
16
- - "386"
17
goarm:
18
- "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