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

Commit a7af4ce

Browse files
committed
Add goreleaser yaml - support for homebrew
1 parent ba819ca commit a7af4ce

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.goreleaser.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
brew:
2+
# Repository to push the tap to.
3+
github:
4+
owner: coretech
5+
name: homebrew-terrafile
6+
7+
# Git author used to commit to the repository.
8+
# Defaults are shown.
9+
commit_author:
10+
name: csijira
11+
12+
13+
# Folder inside the repository to put the formula.
14+
# Default is the root folder.
15+
folder: Formula
16+
17+
# Your app's homepage.
18+
# Default is empty.
19+
homepage: "https://github.com/coretech/terrafile"
20+
21+
# Your app's description.
22+
# Default is empty.
23+
description: "Systematically manage external modules from Github for use in Terraform."
24+
25+
# # Packages your package depends on.
26+
# dependencies:
27+
# - git
28+
# - zsh
29+
30+
# # Packages that conflict with your package.
31+
# conflicts:
32+
# - svn
33+
# - bash

0 commit comments

Comments
 (0)