-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy path.goreleaser.yml
79 lines (72 loc) · 1.67 KB
/
.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
project_name: hostctl
builds:
- id: hostctl
binary: hostctl
main: cmd/hostctl/main.go
env:
- GO111MODULE=on
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
ldflags:
- -s -w -X github.com/guumaster/hostctl/cmd/hostctl/actions.version={{.Version}}
changelog:
sort: desc
filters:
exclude:
- '^docs:'
- '^test:'
- '^tests:'
- '^Scoop update'
- '^ci:'
- Merge pull request
- Merge branch
archives:
- format_overrides:
- goos: windows
format: zip
builds:
- hostctl
replacements:
amd64: 64-bit
darwin: macOS
release:
github:
owner: guumaster
name: hostctl
nfpms:
- id: hostctl
builds:
- hostctl
formats:
- deb
vendor: Guumaster
homepage: https://github.com/guumaster/hostctl
maintainer: guumaster <[email protected]>
description: Your dev tool to manage /etc/hosts like a pro
brews:
- name: hostctl
tap:
owner: guumaster
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
homepage: https://github.com/guumaster/hostctl
description: Your dev tool to manage /etc/hosts like a pro
commit_author:
name: goreleaserbot
email: [email protected]
caveats: "Remember to add sudo to modify your hosts file."
scoop:
bucket:
owner: guumaster
name: hostctl
homepage: https://github.com/guumaster/hostctl
description: Your dev tool to manage /etc/hosts like a pro
license: MIT