-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yml
executable file
·83 lines (76 loc) · 2 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
---
builds:
- id: finpass
binary: finpass
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
ignore:
- goos: linux
goarch: arm64
mod_timestamp: "{{ .CommitTimestamp }}"
flags:
- -trimpath
checksum:
name_template: "{{ .ProjectName }}_checksums.txt"
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
- Merge pull request
- Merge branch
- go mod tidy
archives:
- id: tgz
format: tar.gz
replacements:
darwin: macOS
format_overrides:
- goos: windows
format: zip
signs:
- signature: "${artifact}.minisig"
cmd: "sh"
args:
- "-c"
- "minisign -s /mnt/st/finpass.sec -Sm ${artifact} < /mnt/st/finpass.pass"
artifacts: all
nfpms:
- vendor: Mirko Grönroos
homepage: https://github.com/hermo/finpass
maintainer: Mirko Grönroos <[email protected]>
description: finpass generates passwords using Finnish language words
license: MIT
formats:
- deb
- rpm
brews:
-
tap:
owner: hermo
name: homebrew-finpass
download_strategy: CurlDownloadStrategy
commit_author:
name: goreleaserbot
email: [email protected]
# The project name and current git tag are used in the format string.
#commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
folder: Formula
homepage: "https://github.com/hermo/finpass"
description: "finpass generates passwords using Finnish language words"
license: "MIT"
# Setting this will prevent goreleaser to actually try to commit the updated
# formula - instead, the formula file will be stored on the dist folder only,
# leaving the responsibility of publishing it to the user.
# If set to auto, the release will not be uploaded to the homebrew tap
# in case there is an indicator for prerelease in the tag e.g. v0.0.0-rc1
# Default is false.
skip_upload: auto