-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yml
62 lines (57 loc) · 1.25 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
before:
hooks:
- go mod download
builds:
- env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- freebsd
- windows
goarch:
- amd64
- arm
- arm64
ignore:
- goos: windows
goarch: arm64
- goos: windows
goarch: arm
- goos: freebsd
goarch: arm64
- goos: freebsd
goarch: arm
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
brews:
- name: addr
homepage: https://github.com/thatmattlove/addr
description: Look up route origin information from the command-line
license: BSD-3-Clause-Clear
commit_author:
name: Matt Love
email: matt@stunninglyclear.com
repository:
owner: thatmattlove
name: homebrew-addr
token: '{{ .Env.TAP_TOKEN }}'
nfpms:
- id: linux_packages
homepage: https://github.com/thatmattlove/addr
maintainer: Matt Love <matt@stunninglyclear.com>
description: MAC Address CLI Toolkit
license: BSD-3-Clause-Clear
formats:
- deb
- rpm
publishers:
- name: fury.io
ids:
- linux_packages
dir: '{{ dir .ArtifactPath }}'
cmd: curl -F package=@{{ .ArtifactName }} https://{{ .Env.FURY_TOKEN }}@push.fury.io/thatmattlove/