-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yml
53 lines (52 loc) · 1.05 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
env:
- GO111MODULE=on
- CGO_ENABLED=0
builds:
- env:
- CGO_ENABLED=0
main: ./main.go
binary: redis-dumper
goos:
- linux
- windows
- darwin
goarch:
- 386
- amd64
- arm
- arm64
archives:
- format: tar.gz
format_overrides:
- goos: windows
format: zip
name_template: '{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}'
files:
- Readme.MD
- LICENSE
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: '{{ .Tag }}'
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- 'README'
- 'readme'
- 'release'
- 'brew'
- Merge pull request
- Merge branch
brews:
- homepage: https://github.com/appit-online/redis-dumper
description: CLI for export/import of redis keys to another redis instance, deletion of keys and dummy key generation.
folder: Formula
commit_author:
name: AppIT
email: support@appit-online.de
tap:
owner: appit-online
name: redis-dumper