chore: update goreleaser config.
This commit is contained in:
parent
fbb5e09ed9
commit
76880d271d
@ -33,17 +33,16 @@ changelog:
|
|||||||
- '^docs:'
|
- '^docs:'
|
||||||
- '^doc:'
|
- '^doc:'
|
||||||
- '^chore:'
|
- '^chore:'
|
||||||
|
- '^chore\(deps\):'
|
||||||
- '^test:'
|
- '^test:'
|
||||||
- '^tests:'
|
- '^tests:'
|
||||||
|
|
||||||
archive:
|
archives:
|
||||||
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
- id: tcd
|
||||||
format: tar.gz
|
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
||||||
format_overrides:
|
format: tar.gz
|
||||||
- goos: windows
|
format_overrides:
|
||||||
format: zip
|
- goos: windows
|
||||||
files:
|
format: zip
|
||||||
- LICENSE
|
files:
|
||||||
|
- LICENSE
|
||||||
#release:
|
|
||||||
# disable: true
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user