forked from kubeshop/kusk-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yml
69 lines (64 loc) · 1.63 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
builds:
- builder: prebuilt
id: kusk
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
- 386
goamd64:
- v1
prebuilt:
path: '{{ .Os }}/kusk_{{ .Os }}_{{ .Arch }}{{ with .Amd64 }}_{{ . }}{{ end }}/kusk{{ .Ext }}'
binary: kusk
archives:
- replacements:
darwin: macOS
linux: Linux
windows: Windows
386: i386
amd64: x86_64
id: kusk
name_template: "kusk_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 \"v1\") }}{{ .Amd64 }}{{ end }}"
builds:
- kusk
checksum:
name_template: "checksums.txt"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
release:
# Create a thread in the General category in the repo's discussion tab.
discussion_category_name: General
# If set to true, will not auto-publish the release.
# Default is false.
draft: false
# Tags that have the format v1.0.0-rc1 will mark the release as a pre-release (i.e. not ready for production)
# Other tags will be marked as ready for production
prerelease: auto
brews:
- tap:
owner: kubeshop
name: homebrew-kusk
description: Make your OpenAPI definition the source of truth for API resources in cluster
homepage: https://kusk.io
license: "MIT"
name: kusk
install: bin.install "kusk"
ids:
- kusk
nfpms:
- maintainer: Kusk Team
package_name: kusk
builds:
- kusk
license: "MIT"
formats:
- deb
description: Kusk - Make your OpenAPI definition the source of truth for API resources in cluster