-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy path.goreleaser.yml
More file actions
75 lines (75 loc) · 1.71 KB
/
Copy path.goreleaser.yml
File metadata and controls
75 lines (75 loc) · 1.71 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
version: 2
builds:
-
binary: skeema
env:
- CGO_ENABLED=0
mod_timestamp: "{{.CommitTimestamp}}"
flags:
- -trimpath
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.CommitDate}}
targets:
- linux_amd64
- linux_arm64
- darwin_arm64
archives:
-
name_template: >-
{{- .ProjectName }}_
{{- .Version }}_
{{- if eq .Os "darwin" }}mac{{ else }}{{ .Os }}{{ end }}_
{{- .Arch }}
formats:
- tar.gz
format_overrides:
- goos: darwin
formats: ["zip"]
checksum:
name_template: '{{ .ProjectName }}_checksums_{{ .Version }}.txt'
snapshot:
version_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^help'
- '^internal'
- '^chore:'
- '^test'
- '^ci:'
- '^modules:'
- '^dependencies:'
- '^version bump'
nfpms:
-
file_name_template: '{{ .ProjectName }}_{{ .Arch }}'
homepage: https://www.skeema.io
description: Declarative schema management CLI for MySQL and MariaDB
maintainer: Evan Elias <evan@skeema.net>
license: Apache 2.0
vendor: Skeema LLC
formats:
- deb
- rpm
- apk
homebrew_casks:
-
name: skeema
hooks:
post:
install: |
if OS.mac?
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/skeema"]
end
repository:
owner: skeema
name: homebrew-tap
commit_author:
name: goreleaser
email: bot@skeema.net
url:
verified: github.com/skeema/skeema/
homepage: https://www.skeema.io
description: Declarative schema management CLI for MySQL and MariaDB