build: config goreleaser
This commit is contained in:
@@ -35,8 +35,8 @@ release:
|
||||
|
||||
archives:
|
||||
- id: archive_noncgo
|
||||
builds: [build_noncgo]
|
||||
format: zip
|
||||
ids: [build_noncgo]
|
||||
format: ["zip"]
|
||||
files:
|
||||
- CHANGELOG.md
|
||||
- LICENSE.md
|
||||
@@ -46,7 +46,7 @@ checksum:
|
||||
name_template: "checksums.txt"
|
||||
|
||||
snapshot:
|
||||
name_template: "{{ incpatch .Version }}-next"
|
||||
version_template: "{{ incpatch .Version }}-next"
|
||||
|
||||
changelog:
|
||||
sort: asc
|
||||
|
||||
Reference in New Issue
Block a user