mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31: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
|
format: zip
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'checksums.txt'
|
name_template: "checksums.txt"
|
||||||
|
|
||||||
snapshot:
|
snapshot:
|
||||||
name_template: '{{ .Tag }}-next'
|
name_template: "{{ .Tag }}-next"
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
sort: asc
|
sort: asc
|
||||||
filters:
|
filters:
|
||||||
exclude:
|
exclude:
|
||||||
- '^docs:'
|
- "^docs:"
|
||||||
- '^test:'
|
- "^test:"
|
||||||
- '^bump'
|
- "^bump"
|
||||||
|
|
||||||
brews:
|
brews:
|
||||||
- github:
|
- tap:
|
||||||
owner: jesseduffield
|
owner: jesseduffield
|
||||||
name: homebrew-lazydocker
|
name: homebrew-lazydocker
|
||||||
|
|
||||||
# Your app's homepage.
|
# Your app's homepage.
|
||||||
# Default is empty.
|
# Default is empty.
|
||||||
homepage: 'https://github.com/jesseduffield/lazydocker/'
|
homepage: "https://github.com/jesseduffield/lazydocker/"
|
||||||
|
|
||||||
# Your app's description.
|
# Your app's description.
|
||||||
# Default is empty.
|
# Default is empty.
|
||||||
description: 'A simple terminal UI for docker, written in Go'
|
description: "A simple terminal UI for docker, written in Go"
|
||||||
|
|
||||||
#snapcrafts:
|
#snapcrafts:
|
||||||
# - builds:
|
# - builds:
|
||||||
# - snap
|
# - snap
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue