forked from ktr0731/evans
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yml
41 lines (41 loc) · 976 Bytes
/
.goreleaser.yml
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
builds:
-
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
goarch:
- amd64
- arm
- arm64
- '386'
flags:
- -tags=github
ldflags:
- '-extldflags "-static" -X github.com/ktr0731/evans/vendor/github.com/ktr0731/go-updater/github.isGitHubReleasedBinary=true'
archives:
-
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
files:
- none* # Include only the binary to work auto updating correctly.
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
brews:
-
tap:
owner: ktr0731
name: homebrew-evans
url_template: "http://github.com/ktr0731/evans/releases/download/{{ .Tag }}/{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}.tar.gz"
commit_author:
name: ktr0731
email: ktr@syfm.me
homepage: "https://evans.syfm.me"
description: "Evans: more expressive universal gRPC client"
install: |
bin.install "evans"