From 98a2610987dffcd40b9d4d309da616de0e0838d5 Mon Sep 17 00:00:00 2001 From: franklin Date: Mon, 17 Dec 2018 18:31:55 +0100 Subject: [PATCH] chore: add brew --- .goreleaser.yml | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index f8ab56c..6ec2fe3 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,21 +1,23 @@ # This is an example goreleaser.yaml file with some sane defaults. # Make sure to check the documentation at http://goreleaser.com builds: -- binary: bin/terradays - main: ./main.go - env: - - CGO_ENABLED=0 - goos: - - windows - - darwin - - linux - goarch: - - amd64 + - binary: bin/terradays + main: ./main.go + env: + - CGO_ENABLED=0 + goos: + - windows + - darwin + - linux + goarch: + - amd64 + archive: format: tar.gz format_overrides: - goos: windows format: zip + changelog: sort: asc filters: @@ -24,3 +26,10 @@ changelog: - '^test:' - '^chore:' - '^refactor:' + +brew: + github: + owner: foomo + name: homebrew-terradays + homepage: "https://github.com/foomo/terradays" + description: "Terraform utility, cause even the good ones need a couple of days to create a planet" \ No newline at end of file