Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
chore: add brew
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Dec 17, 2018
1 parent 62baccf commit 98a2610
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions .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:
Expand All @@ -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"

0 comments on commit 98a2610

Please sign in to comment.