-
Notifications
You must be signed in to change notification settings - Fork 4
/
.goreleaser.yml
executable file
·58 lines (51 loc) · 1.06 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
project_name: verifpal
version: 2
before:
hooks:
- go generate ./...
builds:
- main: ./cmd/verifpal/main.go
gcflags:
- -e
goos:
- windows
- linux
- darwin
- freebsd
goarch:
- amd64
- arm64
archives:
- format: zip
files:
- LICENSE
- examples/*
- README.md
wrap_in_directory: true
changelog:
disable: false
sort: asc
release:
github:
owner: symbolicsoft
name: verifpal
brews:
- repository:
owner: symbolicsoft
name: verifpal
commit_author:
name: drone
email: [email protected]
directory: HomebrewFormula
homepage: "https://verifpal.com"
description: "Cryptographic protocol analysis for students and engineers."
scoops:
- repository:
owner: symbolicsoft
name: verifpal
commit_author:
name: drone
email: [email protected]
homepage: "https://verifpal.com"
description: "Cryptographic protocol analysis for students and engineers."
license: "https://www.gnu.org/licenses/gpl-3.0.en.html"