We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd20f44 commit c9cbed8Copy full SHA for c9cbed8
1 file changed
.goreleaser.yml
@@ -1,3 +1,4 @@
1
+version: 2
2
project_name: 'speedtest-go'
3
#dist: ./out
4
before:
@@ -100,15 +101,15 @@ builds:
100
101
archives:
102
- format_overrides:
103
- goos: windows
- format: zip
104
+ formats: zip
105
files:
106
- README.md
107
- LICENSE
108
- settings.toml
109
checksum:
110
name_template: 'checksums.txt'
111
changelog:
- skip: false
112
+ disable: false
113
sort: asc
114
release:
115
github:
0 commit comments