-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yml
40 lines (40 loc) · 898 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
builds:
- binary: aoj
env:
- CGO_ENABLED=0
ldflags:
- -X github.com/travelist/aoj-cli/cmd.Version={{.Version}}
- -X github.com/travelist/aoj-cli/cmd.Revision={{.ShortCommit}}
goos:
- linux
- darwin
- windows
ignore:
- goos: darwin
goarch: 386
- goos: windows
goarch: 386
archives:
- replacements:
darwin: macOS
linux: Linux
checksum:
name_template: '{{ .ProjectName }}-{{ .Tag }}-checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
brews:
- name: aoj
github:
owner: travelist
name: homebrew-aoj-cli
commit_author:
name: travelist
email: [email protected]
homepage: "https://github.com/travelist/aoj-cli"
description: "A command-line tool for Aizu Online Judge (AOJ)"