diff --git a/.goreleaser.yml b/.goreleaser.yml index ed9a4df..d541e7e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -5,6 +5,9 @@ builds: - CGO_ENABLED=0 goos: - darwin + - linux + - freebsd + - windows binary: http git: short_hash: true @@ -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}}"