From a7af4ce5e79c45b05e4c1a3fb48f22974e0b0f1a Mon Sep 17 00:00:00 2001 From: nritholtz Date: Wed, 17 Oct 2018 12:25:06 -0400 Subject: [PATCH] Add goreleaser yaml - support for homebrew --- .goreleaser.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .goreleaser.yml diff --git a/.goreleaser.yml b/.goreleaser.yml new file mode 100644 index 0000000..ff8c970 --- /dev/null +++ b/.goreleaser.yml @@ -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: nathaniel.ritholtz@idt.net + + # 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