Skip to content

Commit

Permalink
Remove files from release artifacts and improve naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mortent committed Aug 18, 2020
1 parent 54d355f commit d109924
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions release/tag/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ builds:
ldflags: -s -w -X github.com/GoogleContainerTools/kpt/run.version={{.Version}}
archives:
- files:
- LICENSE*
- README*
- CHANGELOG*
- LICENSES*
- lib.zip*
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}_{{ .Version }}"
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}-{{ .Version }}"
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit d109924

Please sign in to comment.