Skip to content

Commit

Permalink
Add httpie conflict and more GOOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rs committed May 26, 2018
1 parent f5da3c1 commit 24f0965
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ builds:
- CGO_ENABLED=0
goos:
- darwin
- linux
- freebsd
- windows
binary: http
git:
short_hash: true
Expand All @@ -17,6 +20,8 @@ brew:
email: rs@rhapsodyk.net
homepage: https://github.com/rs/curl-httpie
description: HTTPie for curl
conflicts:
- httpie

release:
name_template: "{{.ProjectName}}-v{{.Version}}"

0 comments on commit 24f0965

Please sign in to comment.