-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yaml
56 lines (56 loc) · 1.19 KB
/
.goreleaser.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
project_name: gostat
before:
hooks:
- go mod tidy
builds:
- binary: gostat
goos:
- windows
- darwin
- linux
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=0
flags:
- -mod=vendor
asmflags:
- all=-trimpath={{.Env.GOPATH}}
gcflags:
- all=-trimpath={{.Env.GOPATH}}
ldflags:
- -s -w
- -X main.gostatVersion={{.Version}}
ignore:
- goos: windows
goarch: arm64
archives:
- format: tar.gz
name_template: >-
{{ .ProjectName }}_
{{- .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
release:
github:
owner: ghdwlsgur
name: gostat
brews:
- name: gostat
homepage: "https://github.com/ghdwlsgur/gostat"
description: "An interactive cli tool that easily binds HTTPS certificates and diagnoses whether certificates are applied with edge servers as proxy."
tap:
owner: ghdwlsgur
name: homebrew-gostat
commit_author:
name: ghdwlsgur
email: [email protected]