forked from gexclaude/aaregurucli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
57 lines (55 loc) · 1.18 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
project_name: aareguru
builds:
- env:
- CGO_ENABLED=0
binary: aareguru
goos:
- linux
- darwin
- windows
goarch:
- 386
- amd64
- arm
- arm64
archive:
# create zip for windows
format_overrides:
- goos: windows
format: zip
nfpm:
vendor: aare.guru
homepage: https://aare.guru/
maintainer: Claude <[email protected]>
description: aare.guru Aaretemperatur & Wetter & Sonne fürs Aareschwimmen - Chills mau wider chli
license: Apache 2.0
# Formats to be generated.
formats:
- deb
- rpm
brew:
github:
owner: gexclaude
name: homebrew-tap
folder: Formula
homepage: https://aare.guru/
description: aare.guru Aaretemperatur & Wetter & Sonne fürs Aareschwimmen - Chills mau wider chli
scoop:
bucket:
owner: gexclaude
name: scoop-bucket
commit_author:
name: goreleaserbot
email: [email protected]
homepage: "https://aare.guru/"
description: "aare.guru Aaretemperatur & Wetter & Sonne fürs Aareschwimmen - Chills mau wider chli"
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'