-
Notifications
You must be signed in to change notification settings - Fork 279
/
.goreleaser.yaml
59 lines (57 loc) · 1.09 KB
/
.goreleaser.yaml
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
project_name: mysql-schema-sync
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
- arm64
id: mysql-schema-sync
archives:
- replacements:
darwin: Darwin
linux: Linux
amd64: x86_64
nfpms:
# note that this is an array of nfpm configs
-
id: mysql-schema-sync
package_name: mysql-schema-sync
file_name_template: "{{ .ConventionalFileName }}"
builds:
- mysql-schema-sync
vendor: Drum Roll Inc.
homepage: https://example.com/
maintainer: Drummer <[email protected]>
description: |-
Drum rolls installer package.
Software to create fast and easy drum rolls.
formats:
- deb
- rpm
conflicts:
- svn
- bash
replaces:
- fish
bindir: /usr/bin
epoch: 2
release: 1
section: default
priority: extra
meta: true
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'