Modify .goreleaser.yml
This commit is contained in:
parent
58cf0e5320
commit
fed7de9d2a
@ -29,6 +29,11 @@ archives:
|
|||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
format: zip
|
format: zip
|
||||||
|
files:
|
||||||
|
- README.md
|
||||||
|
- README_zhCN.md
|
||||||
|
- config.yml.example
|
||||||
|
- LICENSE
|
||||||
snapshot:
|
snapshot:
|
||||||
name_template: "{{ .Tag }}-next"
|
name_template: "{{ .Tag }}-next"
|
||||||
changelog:
|
changelog:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user