forked from mingrammer/flog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yml
44 lines (39 loc) · 831 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
project_name: flog
builds:
- binary: flog
goos:
- windows
- darwin
- linux
goarch:
- amd64
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- Update README.md
- Merge pull request
- Merge branch
archives:
- format: tar.gz
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
files:
- LICENSE
- README.md
release:
github:
owner: mingrammer
name: flog
name_template: '{{.Tag}}'
brews:
- name: flog
github:
owner: mingrammer
name: homebrew-flog
commit_author:
name: mingrammer
email: mingrammer@gmail.com
homepage: https://github.com/mingrammer/flog
description: "A fake log generator for common log formats"
install: bin.install "flog"