Skip to content

Commit c748c13

Browse files
committed
Update goreleaser version
1 parent b5b3f5c commit c748c13

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
*.so
66
*.dylib
77

8+
cmd/tufw/tufw
9+
810
# Test binary, built with `go test -c`
911
*.test
1012

@@ -18,3 +20,4 @@ dist/
1820

1921
# IDE
2022
.idea/
23+
.vscode/

.goreleaser.yaml

+3-7
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@ builds:
1616
goarch:
1717
- amd64
1818
archives:
19-
- replacements:
20-
linux: Linux
21-
amd64: x86_64
22-
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
23-
checksum:
24-
name_template: 'checksums.txt'
19+
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
20+
files:
21+
- README.md
2522
snapshot:
2623
name_template: "{{ .Version }}-SNAPSHOT-{{ .CommitTimestamp }}-{{ .ShortCommit }}"
2724
changelog:
@@ -40,7 +37,6 @@ nfpms:
4037
formats:
4138
- deb
4239
- rpm
43-
- archlinux
4440
dependencies:
4541
- ufw
4642

0 commit comments

Comments
 (0)