Skip to content

Commit

Permalink
goreleaser updates, removed user name from release name, switching to…
Browse files Browse the repository at this point in the history
… binary artifacts
  • Loading branch information
kensipe committed Jun 7, 2019
1 parent 6de4fc6 commit b39fb61
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,22 @@ builds:
- amd64
- arm
archives:
- replacements:
- id: kubectl-kudo
builds:
- kubectl-kudo
replacements:
386: i386
amd64: x86_64
format: binary

- id: manager
builds:
- manager
replacements:
386: i386
amd64: x86_64
format: binary

checksum:
name_template: 'checksums.txt'
snapshot:
Expand All @@ -47,7 +60,7 @@ release:
name: kudo
draft: true
prerelease: auto
name_template: "{{.ProjectName}}-v{{.Version}} {{.Env.USER}}"
name_template: "{{.ProjectName}}-v{{.Version}}"
disable: false

changelog:
Expand Down

0 comments on commit b39fb61

Please sign in to comment.