Skip to content

Commit 05231ad

Browse files
committed
Remove deprecated fields
1 parent 835f4bb commit 05231ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.goreleaser.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@ builds:
2929

3030
archives:
3131
- id: tar
32-
builds:
32+
ids:
3333
- go-vanity-gen
3434
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
3535
files:
36-
- LICENSE
36+
- LICENSES/Apache-2.0.txt
3737
- README.md
38-
format: tar.gz
38+
formats: [tar.gz]
3939
- id: zip
40-
builds:
40+
ids:
4141
- go-vanity-gen
4242
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
4343
files:
44-
- LICENSE
44+
- LICENSES/Apache-2.0.txt
4545
- README.md
4646
wrap_in_directory: true
47-
format: zip
47+
formats: [zip]
4848

4949
checksum:
5050
name_template: "checksums.txt"

0 commit comments

Comments
 (0)