Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ builds:
archives:
- id: default
format: tar.gz
# standard template: project + version + os + arch
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
# project + version (strip leading "v") + os + arch
name_template: "{{ .ProjectName }}_{{ trimPrefix .Version \"v\" }}_{{ .Os }}_{{ .Arch }}"
format_overrides:
- goos: windows
format: zip
Expand Down