1
0
mirror of https://github.com/go-task/task.git synced 2025-01-20 04:59:37 +02:00

have a consistent release name format

closes #30
This commit is contained in:
Andrey Nering 2017-06-19 20:31:03 -03:00
parent 81d221667b
commit 8393e8c52f

View File

@ -13,11 +13,11 @@ build:
goarch: 386 goarch: 386
archive: archive:
name_template: "{{.Binary}}_{{.Os}}_{{.Arch}}"
format_overrides: format_overrides:
- goos: windows - goos: windows
format: zip format: zip
replacements: release:
amd64: x64 draft: true
386: x86
darwin: macOS