Skip to content

Commit

Permalink
gorelaser: Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
tonobo committed Mar 4, 2020
1 parent 507a507 commit 4e6b2b4
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@ build:
env:
- CGO_ENABLED=0

archive:
name_template: "{{.Binary}}_{{.Os}}_{{.Arch}}"

format_overrides:
- goos: windows
format: zip
archives:
- name_template: "{{.Binary}}_{{.Os}}_{{.Arch}}"

release:
draft: true
Expand All @@ -36,16 +32,3 @@ snapshot:

checksum:
name_template: "task_checksums.txt"

nfpm:
vendor: Task
homepage: https://github.com/go-task/task
maintainer: Andrey Nering <[email protected]>
description: Simple task runner written in Go
license: MIT
conflicts:
- taskwarrior
formats:
- deb
- rpm
name_template: "{{.ProjectName}}_{{.Os}}_{{.Arch}}"

0 comments on commit 4e6b2b4

Please sign in to comment.