Skip to content

Commit dfb11d7

Browse files
authored
fix: Update .goreleaser.yml to v2 format (#227)
1 parent 1d8be43 commit dfb11d7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.goreleaser.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
# Visit https://goreleaser.com for documentation on how to customize this
23
# behavior.
34
before:
@@ -29,7 +30,8 @@ builds:
2930
goarch: '386'
3031
binary: '{{ .ProjectName }}_v{{ .Version }}'
3132
archives:
32-
- format: zip
33+
- formats:
34+
- zip
3335
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3436
checksum:
3537
extra_files:
@@ -56,4 +58,4 @@ release:
5658
# If you want to manually examine the release before its live, uncomment this line:
5759
# draft: true
5860
changelog:
59-
skip: true
61+
disable: true

0 commit comments

Comments
 (0)