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

Commit

Permalink
Add goreleaser yaml - support for homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
nritholtz committed Oct 17, 2018
1 parent ba819ca commit a7af4ce
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
brew:
# Repository to push the tap to.
github:
owner: coretech
name: homebrew-terrafile

# Git author used to commit to the repository.
# Defaults are shown.
commit_author:
name: csijira
email: [email protected]

# Folder inside the repository to put the formula.
# Default is the root folder.
folder: Formula

# Your app's homepage.
# Default is empty.
homepage: "https://github.com/coretech/terrafile"

# Your app's description.
# Default is empty.
description: "Systematically manage external modules from Github for use in Terraform."

# # Packages your package depends on.
# dependencies:
# - git
# - zsh

# # Packages that conflict with your package.
# conflicts:
# - svn
# - bash

0 comments on commit a7af4ce

Please sign in to comment.