This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add goreleaser yaml - support for homebrew
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |