From e92af63636d8e8c5ff830866632173e52ee86d63 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 6 Feb 2020 09:45:50 +1100 Subject: fix goreleaser --- .goreleaser.yml | 41 +++++++++++++++++++++-------------------- 1 file 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 -- cgit v1.2.3