-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.goreleaser.yaml
More file actions
98 lines (89 loc) · 2.12 KB
/
.goreleaser.yaml
File metadata and controls
98 lines (89 loc) · 2.12 KB
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
version: 2
project_name: cmvp
builds:
- main: .
binary: cmvp
env:
- CGO_ENABLED=0
ldflags:
- -s -w -X main.version={{.Version}}
goos:
- darwin
- linux
- windows
goarch:
- amd64
- arm64
archives:
- id: default
formats: [tar.gz]
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
format_overrides:
- goos: windows
formats: [zip]
checksum:
name_template: 'checksums.txt'
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- '^ci:'
- Merge pull request
- Merge branch
release:
github:
owner: ethanolivertroy
name: cmvp-tui
homebrew_casks:
- repository:
owner: ethanolivertroy
name: homebrew-sectools
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
directory: Casks
homepage: "https://github.com/ethanolivertroy/cmvp-tui"
description: "Terminal UI for searching NIST CMVP validated cryptographic modules"
hooks:
post:
install: |
if OS.mac?
system_command "/usr/bin/xattr",
args: ["-dr", "com.apple.quarantine", "#{staged_path}/cmvp"]
end
scoops:
- repository:
owner: ethanolivertroy
name: scoop-sectools
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
directory: bucket
homepage: "https://github.com/ethanolivertroy/cmvp-tui"
description: "Terminal UI for searching NIST CMVP validated cryptographic modules"
license: "MIT"
msi:
- id: windows-installer
wxs: ./windows/app.wxs
ids:
- default
winget:
- name: cmvp
publisher: ethanolivertroy
short_description: "Terminal UI for searching NIST CMVP validated cryptographic modules"
license: MIT
publisher_url: https://github.com/ethanolivertroy
homepage: https://github.com/ethanolivertroy/cmvp-tui
tags:
- security
- cryptography
- nist
- cmvp
- fips
- tui
- terminal
repository:
owner: ethanolivertroy
name: winget-pkgs
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
commit_author:
name: goreleaserbot
email: bot@goreleaser.com