-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.goreleaser.yml
53 lines (53 loc) · 1.01 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
project_name: getmoe
builds:
- main: ./cmd/getmoe
binary: getmoe
goarch:
- 386
- amd64
goos:
- windows
- darwin
- linux
env:
- CGO_ENABLED=0
checksum:
name_template: '{{ .ProjectName }}_checksums.txt'
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- '^chore:'
- typo
- Merge pull request
- Merge branch
archives:
- replacements:
darwin: macOS
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
brews:
- github:
owner: leonidboykov
name: homebrew-tap
folder: Formula
homepage: https://github.com/leonidboykov/getmoe
description: cli tool for boorus
test: |
system "#{bin}/getmoe -v"
install: |
bin.install "getmoe"
scoop:
bucket:
owner: leonidboykov
name: scoop-bucket
homepage: https://github.com/leonidboykov/getmoe
description: cli tool for boorus
license: MIT