Skip to content

Commit

Permalink
enable prerelease and pusblish binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiebens committed May 20, 2022
1 parent 6ae82ed commit fadaca6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ docker_signs:
- '${artifact}'

archives:
- format_overrides:
- goos: windows
format: zip
- format: binary
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}'

release:
prerelease: auto

changelog:
sort: asc
Expand Down

0 comments on commit fadaca6

Please sign in to comment.