Skip to content

Commit c9cbed8

Browse files
committed
chore: migrate goreleaser config to v2
1 parent cd20f44 commit c9cbed8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.goreleaser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
project_name: 'speedtest-go'
23
#dist: ./out
34
before:
@@ -100,15 +101,15 @@ builds:
100101
archives:
101102
- format_overrides:
102103
- goos: windows
103-
format: zip
104+
formats: zip
104105
files:
105106
- README.md
106107
- LICENSE
107108
- settings.toml
108109
checksum:
109110
name_template: 'checksums.txt'
110111
changelog:
111-
skip: false
112+
disable: false
112113
sort: asc
113114
release:
114115
github:

0 commit comments

Comments
 (0)