summaryrefslogtreecommitdiffstats
path: root/.goreleaser.yml
diff options
context:
space:
mode:
Diffstat (limited to '.goreleaser.yml')
-rw-r--r--.goreleaser.yml41
1 files changed, 21 insertions, 20 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index 1fbb79ad3..a33842317 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -38,27 +38,28 @@ changelog:
- '^docs:'
- '^test:'
- '^bump'
-brew:
- # Reporitory to push the tap to.
- github:
- owner: jesseduffield
- name: homebrew-lazygit
+brews:
+ -
+ # Reporitory to push the tap to.
+ github:
+ owner: jesseduffield
+ name: homebrew-lazygit
- # Your app's homepage.
- # Default is empty.
- homepage: 'https://github.com/jesseduffield/lazygit/'
+ # 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'
+ # 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
+ # # Packages your package depends on.
+ # dependencies:
+ # - git
+ # - zsh
+ # # Packages that conflict with your package.
+ # conflicts:
+ # - svn
+ # - bash
-# test comment to see if goreleaser only releases on new commits
+ # test comment to see if goreleaser only releases on new commits