-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
49 lines (45 loc) · 915 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
42
43
44
45
46
47
48
49
gomod:
proxy: true
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- 386
- amd64
- arm
- arm64
goarm:
- 7
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
- Merge pull request
- Merge branch
- go mod tidy
brews:
- name: gprox
tap:
owner: creedasaurus
name: homebrew-gprox
commit_author:
name: goreleaserbot
email: bot@goreleaser.com
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
caveats: "Try gprox --help"
homepage: "https://github.com/creedasaurus/gprox"
description: "A simple ssl proxy for local development"
license: "MIT"
# So you can `brew test` your formula.
# Default is empty.
test: |
system "#{bin} --version"