1
- # This is an example .goreleaser.yml file with some sensible defaults.
2
- # Make sure to check the documentation at https://goreleaser.com
1
+ version : 2
3
2
env :
4
- - GO111MODULE=on
3
+ - GO111MODULE=on
5
4
before :
6
5
hooks :
7
- # You may remove this if you don't use go modules.
8
- - go mod download
9
- - go mod tidy
6
+ # You may remove this if you don't use go modules.
7
+ - go mod download
8
+ - go mod tidy
10
9
builds :
11
- - main : ./cmd/tufw/main.go
12
- env :
13
- - CGO_ENABLED=0
14
- goos :
15
- - linux
16
- goarch :
17
- - amd64
10
+ - main : ./cmd/tufw/main.go
11
+ env :
12
+ - CGO_ENABLED=0
13
+ goos :
14
+ - linux
15
+ goarch :
16
+ - arm64
17
+ - amd64
18
18
archives :
19
- - name_template : " {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
20
- files :
21
- - README.md
19
+ - name_template : " {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
20
+ files :
21
+ - README.md
22
22
snapshot :
23
23
name_template : " {{ .Version }}-SNAPSHOT-{{ .CommitTimestamp }}-{{ .ShortCommit }}"
24
24
changelog :
25
25
sort : asc
26
26
filters :
27
27
exclude :
28
- - ' ^docs:'
29
- - ' ^test:'
28
+ - ' ^docs:'
29
+ - ' ^test:'
30
30
nfpms :
31
- -
32
- id : packages
33
- homepage : https://github.com/peltho/tufw
34
- maintainer :
Thomas Pellegatta <[email protected] >
35
- description : " A terminal user interface for ufw"
36
- license : MIT
37
- formats :
38
- - deb
39
- - rpm
40
- dependencies :
41
- - ufw
31
+ - id : packages
32
+ homepage : https://github.com/peltho/tufw
33
+ maintainer :
Thomas Pellegatta <[email protected] >
34
+ description : " A terminal user interface for ufw"
35
+ license : MIT
36
+ formats :
37
+ - deb
38
+ - rpm
39
+ dependencies :
40
+ - ufw
42
41
aurs :
43
- -
44
- name : tufw-bin
45
- description : " Terminal UI for ufw"
46
- homepage : " https://github.com/peltho/tufw"
47
- maintainers :
48
- -
" Thomas Pellegatta <[email protected] >"
49
- license : " MIT"
50
- git_url :
" ssh://[email protected] /tufw-git.git"
51
- skip_upload : false
52
- depends :
53
- - ufw
54
- commit_author :
55
- name : goreleaserbot
56
-
42
+ - name : tufw-bin
43
+ description : " Terminal UI for ufw"
44
+ homepage : " https://github.com/peltho/tufw"
45
+ maintainers :
46
+ -
" Thomas Pellegatta <[email protected] >"
47
+ license : " MIT"
48
+ git_url :
" ssh://[email protected] /tufw-git.git"
49
+ skip_upload : false
50
+ depends :
51
+ - ufw
52
+ commit_author :
53
+ name : goreleaserbot
54
+
55
+ env_files :
56
+ github_token : .github-token
0 commit comments