Skip to content

Commit

Permalink
Replace github with tap in brews in goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
mjarkk committed Mar 24, 2021
1 parent fb6b73b commit 6fd5337
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,32 +47,31 @@ archives:
format: zip

checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"

snapshot:
name_template: '{{ .Tag }}-next'
name_template: "{{ .Tag }}-next"

changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- '^bump'
- "^docs:"
- "^test:"
- "^bump"

brews:
- github:
- tap:
owner: jesseduffield
name: homebrew-lazydocker

# Your app's homepage.
# Default is empty.
homepage: 'https://github.com/jesseduffield/lazydocker/'
homepage: "https://github.com/jesseduffield/lazydocker/"

# Your app's description.
# Default is empty.
description: 'A simple terminal UI for docker, written in Go'

description: "A simple terminal UI for docker, written in Go"
#snapcrafts:
# - builds:
# - snap
Expand Down

0 comments on commit 6fd5337

Please sign in to comment.