-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
40 lines (37 loc) · 1019 Bytes
/
.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
project_name: sealed-secrets-updater
env:
- CGO_ENABLED=0
builds:
- binary: sealed-secrets-updater
id: sealed-secrets-updater
main: ./cmd/sealed-secrets-updater
ldflags:
- -X main.Version={{ .Version }}
targets:
- darwin_amd64
- darwin_arm64
- linux_amd64
- linux_arm64
- linux_arm
- windows_amd64
archives:
- builds:
- sealed-secrets-updater
name_template: "sealed-secrets-updater-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
checksum:
algorithm: sha256
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^examples:'
release:
name_template: "{{ .ProjectName }}-v{{ .Version }}"
header: |
## v{{ .Version }} ({{ .Date }})
New v{{ .Version }} release!
footer: |
## Release Notes
Please read the [RELEASE_NOTES](https://github.com/juan131/sealed-secrets-updater/blob/main/RELEASE_NOTES.md) which contain among other things important information for who is upgrading from previous releases.
## Thanks!