Skip to content

Commit 368809f

Browse files
Merge pull request #64 from CloudBoltSoftware/CMP-2795_update_goreleaser_config_v2
[CMP-2795] - Fix goreleaser config
2 parents f8afc30 + 5ad25b2 commit 368809f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.goreleaser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Visit https://goreleaser.com for documentation on how to customize this
22
# behavior.
3+
version: 2
34
before:
45
hooks:
56
# this is just an example and not a requirement for provider building/publishing
@@ -30,7 +31,7 @@ builds:
3031
goarch: '386'
3132
binary: '{{ .ProjectName }}_v{{ .Version }}'
3233
archives:
33-
- format: zip
34+
- formats: [ 'zip' ]
3435
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3536
checksum:
3637
extra_files:
@@ -57,4 +58,4 @@ release:
5758
# If you want to manually examine the release before its live, uncomment this line:
5859
# draft: true
5960
changelog:
60-
skip: true
61+
disable: true

0 commit comments

Comments
 (0)