Skip to content

Commit dac62ac

Browse files
committed
chore: fix go releaser config for non-draft single release and zip archive
1 parent ea14152 commit dac62ac

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.goreleaser-darwin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ builds:
2727

2828
archives:
2929
- id: panda-archive
30-
format: tar.gz
30+
formats: zip
3131
name_template: >-
3232
{{ .ProjectName }}_
3333
{{- .Version }}_

.goreleaser-linux.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ builds:
3232

3333
archives:
3434
- id: panda-archive
35-
format: tar.gz
35+
formats: zip
3636
name_template: >-
3737
{{ .ProjectName }}_
3838
{{- .Version }}_
@@ -45,7 +45,6 @@ archives:
4545
- LICENSE*
4646

4747
checksum:
48-
name_template: 'checksums.txt'
4948
disable: true
5049

5150
changelog:
@@ -55,7 +54,7 @@ release:
5554
github:
5655
owner: aavshr
5756
name: panda
58-
draft: true
57+
draft: false
5958
prerelease: auto
6059
mode: append
6160
name_template: "{{.ProjectName}} v{{.Version}}"

0 commit comments

Comments
 (0)