We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b3f5c commit c748c13Copy full SHA for c748c13
.gitignore
@@ -5,6 +5,8 @@
5
*.so
6
*.dylib
7
8
+cmd/tufw/tufw
9
+
10
# Test binary, built with `go test -c`
11
*.test
12
@@ -18,3 +20,4 @@ dist/
18
20
19
21
# IDE
22
.idea/
23
+.vscode/
.goreleaser.yaml
@@ -16,12 +16,9 @@ builds:
16
goarch:
17
- amd64
archives:
- - replacements:
- linux: Linux
- amd64: x86_64
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
-checksum:
24
- name_template: 'checksums.txt'
+ - name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
+ files:
+ - README.md
25
snapshot:
26
name_template: "{{ .Version }}-SNAPSHOT-{{ .CommitTimestamp }}-{{ .ShortCommit }}"
27
changelog:
@@ -40,7 +37,6 @@ nfpms:
40
37
formats:
41
38
- deb
42
39
- rpm
43
- - archlinux
44
dependencies:
45
- ufw
46
0 commit comments