-
Notifications
You must be signed in to change notification settings - Fork 44
/
.goreleaser.yml
220 lines (204 loc) · 5.25 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
version: 2
project_name: doppler
before:
hooks:
- go mod download
- go mod tidy
- ./scripts/completions.sh
builds:
-
binary: doppler
env:
- CGO_ENABLED=0
goos:
- darwin
- freebsd
- linux
- netbsd
- openbsd
- windows
goarch:
- 386
- amd64
- arm
- arm64
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: "386"
- goos: windows
goarch: "386"
- goos: freebsd
goarch: "386"
ldflags:
- -s -w -X github.com/DopplerHQ/cli/pkg/version.ProgramVersion=v{{.Version}}
archives:
-
name_template: >-
{{ .ProjectName }}_
{{- .Version }}_
{{- if eq .Os "darwin" }}macOS
{{- else }}{{ .Os }}{{ end }}_
{{- if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- with .Arm }}v{{ . }}{{ end }}
{{- with .Mips }}_{{ . }}{{ end }}
{{- if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}
format_overrides:
- goos: windows
format: zip
files:
- README.md
- LICENSE
- completions/*
release:
github:
owner: DopplerHQ
name: cli
footer: |
## Docker images
- `docker pull dopplerhq/cli:{{ .Version }}`
- `docker pull dopplerhq/cli:{{ .Major }}.{{ .Minor }}`
- `docker pull dopplerhq/cli:{{ .Major }}`
checksum:
name_template: 'checksums.txt'
algorithm: sha256
source:
enabled: true
name_template: '{{ .ProjectName }}_{{ .Version }}_src'
format: 'tar.gz'
signs:
-
artifacts: all
args:
- "-u"
- "B70BD7FCA460C4A3D0EEB965D3D593D50EE79DEC"
- "--output"
- "${signature}"
- "--batch"
- "--yes"
- "--pinentry-mode"
- "loopback"
- "--passphrase"
- "$GPG_PASSPHRASE"
- "--detach-sign"
- "${artifact}"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- '^chore:'
- Merge pull request
- Merge branch
dockers:
- dockerfile: docker/alpine
goos: linux
goarch: amd64
ids:
- doppler
image_templates:
- "dopplerhq/cli:{{ .Version }}" # Ex: 1.4.2
- "dopplerhq/cli:{{ .Major }}.{{ .Minor }}" # Ex: 1.4
- "dopplerhq/cli:{{ .Major }}" # Ex: 1
- "dopplerhq/cli:latest"
- "gcr.io/dopplerhq/cli:{{ .Version }}" # Ex: 1.4.2
- "gcr.io/dopplerhq/cli:{{ .Major }}.{{ .Minor }}" # Ex: 1.4
- "gcr.io/dopplerhq/cli:{{ .Major }}" # Ex: 1
- "gcr.io/dopplerhq/cli:latest"
build_flag_templates:
- "--label=org.label-schema.schema-version=1.0"
- "--label=org.label-schema.version={{.Version}}"
- "--label=org.label-schema.name={{.ProjectName}}"
- "--platform=linux/amd64"
brews:
- name: doppler
repository:
owner: DopplerHQ
name: homebrew-doppler
commit_author:
name: "Doppler Bot"
email: [email protected]
directory: Formula
homepage: "https://doppler.com"
description: "The official Doppler CLI for managing your secrets"
install: |-
bin.install "doppler"
bash_completion.install "completions/doppler.bash" => "doppler"
zsh_completion.install "completions/doppler.zsh" => "_doppler"
fish_completion.install "completions/doppler.fish"
test: |
system "#{bin}/doppler --version"
scoops:
- repository:
owner: DopplerHQ
name: scoop-doppler
commit_author:
name: "Doppler Bot"
email: [email protected]
homepage: "https://doppler.com"
description: "The official Doppler CLI for managing your secrets"
license: Apache-2.0
winget:
- name: doppler
publisher: Doppler
short_description: "The official Doppler CLI for managing your secrets"
license: Apache-2.0
publisher_url: https://doppler.com
commit_author:
name: "Doppler Bot"
email: [email protected]
homepage: "https://doppler.com"
skip_upload: auto
repository:
owner: DopplerHQ
name: winget-pkgs
branch: "cli-{{.Version}}"
pull_request:
enabled: true
base:
owner: microsoft
name: winget-pkgs
branch: master
nfpms:
- id: doppler
file_name_template: >-
{{ .PackageName }}_
{{- .Version }}_
{{- .Os }}_
{{- if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- with .Arm }}v{{ . }}{{ end }}
{{- with .Mips }}_{{ . }}{{ end }}
{{- if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}
homepage: "https://doppler.com"
maintainer: Doppler Bot <[email protected]>
description: "The official Doppler CLI for managing your secrets"
license: Apache-2.0
bindir: /usr/bin
formats:
- deb
- rpm
- apk
contents:
- src: ./completions/doppler.bash
dst: /etc/bash_completion.d/doppler
- src: ./completions/doppler.zsh
dst: /usr/local/share/zsh/site-functions/_doppler
packager: deb
- src: ./completions/doppler.zsh
dst: /usr/local/share/zsh/site-functions/_doppler
packager: apk
- src: ./completions/doppler.zsh
dst: /usr/share/zsh/site-functions/_doppler
packager: rpm
- src: ./completions/doppler.fish
dst: /usr/share/fish/completions/doppler.fish
blobs:
-
provider: gs
bucket: dopplerhq_cli_releases
directory: "{{ .Tag }}"