1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-27 22:38:09 +02:00

fix goreleaser

This commit is contained in:
Jesse Duffield
2020-02-06 09:45:50 +11:00
parent 94501c683b
commit e92af63636

View File

@@ -38,27 +38,28 @@ changelog:
- '^docs:' - '^docs:'
- '^test:' - '^test:'
- '^bump' - '^bump'
brew: brews:
# Reporitory to push the tap to. -
github: # Reporitory to push the tap to.
owner: jesseduffield github:
name: homebrew-lazygit owner: jesseduffield
name: homebrew-lazygit
# Your app's homepage. # Your app's homepage.
# Default is empty. # Default is empty.
homepage: 'https://github.com/jesseduffield/lazygit/' homepage: 'https://github.com/jesseduffield/lazygit/'
# Your app's description. # Your app's description.
# Default is empty. # Default is empty.
description: 'A simple terminal UI for git commands, written in Go' description: 'A simple terminal UI for git commands, written in Go'
# # Packages your package depends on. # # Packages your package depends on.
# dependencies: # dependencies:
# - git # - git
# - zsh # - zsh
# # Packages that conflict with your package. # # Packages that conflict with your package.
# conflicts: # conflicts:
# - svn # - svn
# - bash # - bash
# test comment to see if goreleaser only releases on new commits # test comment to see if goreleaser only releases on new commits