|
1 | 1 | version: 2
|
2 | 2 | env:
|
3 |
| -- GO111MODULE=on |
| 3 | + - GO111MODULE=on |
4 | 4 | before:
|
5 |
| - hooks: |
6 |
| - # You may remove this if you don't use go modules. |
7 |
| - - go mod download |
8 |
| - - go mod tidy |
| 5 | + hooks: |
| 6 | + # You may remove this if you don't use go modules. |
| 7 | + - go mod download |
| 8 | + - go mod tidy |
9 | 9 | builds:
|
10 |
| -- main: ./cmd/tufw/main.go |
11 |
| - env: |
12 |
| - - CGO_ENABLED=0 |
13 |
| - goos: |
14 |
| - - linux |
15 |
| - goarch: |
16 |
| - - arm64 |
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 | + - '386' |
18 | 19 | archives:
|
19 |
| -- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" |
20 |
| - files: |
21 |
| - - README.md |
| 20 | + - name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" |
| 21 | + files: |
| 22 | + - README.md |
22 | 23 | snapshot:
|
23 |
| - name_template: "{{ .Version }}-SNAPSHOT-{{ .CommitTimestamp }}-{{ .ShortCommit }}" |
| 24 | + name_template: "{{ .Version }}-SNAPSHOT-{{ .CommitTimestamp }}-{{ .ShortCommit }}" |
24 | 25 | changelog:
|
25 |
| - sort: asc |
26 |
| - filters: |
27 |
| - exclude: |
28 |
| - - '^docs:' |
29 |
| - - '^test:' |
| 26 | + sort: asc |
| 27 | + filters: |
| 28 | + exclude: |
| 29 | + - '^docs:' |
| 30 | + - '^test:' |
30 | 31 | nfpms:
|
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 |
| 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 |
41 | 42 | aurs:
|
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 |
| - |
| 43 | + - name: tufw-bin |
| 44 | + description: "Terminal UI for ufw" |
| 45 | + homepage: "https://github.com/peltho/tufw" |
| 46 | + maintainers: |
| 47 | + - "Thomas Pellegatta <[email protected]>" |
| 48 | + license: "MIT" |
| 49 | + git_url: "ssh://[email protected]/tufw-git.git" |
| 50 | + skip_upload: false |
| 51 | + depends: |
| 52 | + - ufw |
| 53 | + commit_author: |
| 54 | + name: goreleaserbot |
| 55 | + |
55 | 56 | env_files:
|
56 |
| - github_token: .github-token |
| 57 | + github_token: .github-token |
0 commit comments