mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Replace github with tap in brews in goreleaser config
This commit is contained in:
parent
fb6b73bf5f
commit
6fd5337cc2
1 changed files with 8 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue