Update goreleaser config file
This commit is contained in:
parent
c1b76b77be
commit
000e3d9af9
@ -19,6 +19,9 @@ builds:
|
|||||||
goarm:
|
goarm:
|
||||||
- 6
|
- 6
|
||||||
- 7
|
- 7
|
||||||
|
ignore:
|
||||||
|
- goos: darwin
|
||||||
|
goarch: 386
|
||||||
main: ./cmd/massdl/
|
main: ./cmd/massdl/
|
||||||
archives:
|
archives:
|
||||||
- replacements:
|
- replacements:
|
||||||
@ -37,6 +40,7 @@ checksum:
|
|||||||
name_template: 'checksums.txt'
|
name_template: 'checksums.txt'
|
||||||
snapshot:
|
snapshot:
|
||||||
name_template: "{{ .Tag }}-next"
|
name_template: "{{ .Tag }}-next"
|
||||||
|
project_name: uploader_tools
|
||||||
changelog:
|
changelog:
|
||||||
sort: asc
|
sort: asc
|
||||||
filters:
|
filters:
|
||||||
|
Loading…
Reference in New Issue
Block a user