summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-08 23:28:52 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-08-08 23:28:52 +1000
commitca0b3debe9967e132655693181c891b4022e39c6 (patch)
tree54aff63b7634abb9b1aa126ca73f93cfcc4f1a52
parent5951811a8bd84a168f2418938d0cd9b7cc2f27a1 (diff)
attempt brew formula
-rw-r--r--.goreleaser.yml25
1 files changed, 24 insertions, 1 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index 12a9eafd9..a1a1fdd9c 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -28,4 +28,27 @@ changelog:
filters:
exclude:
- '^docs:'
- - '^test:' \ No newline at end of file
+ - '^test:'
+brew:
+ # Reporitory to push the tap to.
+ github:
+ owner: jesseduffield
+ name: homebrew-tap
+
+ # Your app's homepage.
+ # Default is empty.
+ homepage: "https://github.com/jesseduffield/lazygit/"
+
+ # Your app's description.
+ # Default is empty.
+ description: "A simple terminal UI for git commands, written in Go"
+
+ # # Packages your package depends on.
+ # dependencies:
+ # - git
+ # - zsh
+
+ # # Packages that conflict with your package.
+ # conflicts:
+ # - svn
+ # - bash