Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(goreleaser): replace deprecated arguments
  • Loading branch information
eagleusb committed Sep 23, 2023
commit 76bcddd28194d155e08c88f54e4028687e074e88
14 changes: 3 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,11 @@ archives:
- id: kpexec
builds:
- kpexec
name_template: "kpexec_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
replacements:
darwin: Darwin
linux: Linux
windows: Windows
name_template: "kpexec_v{{ .Version }}_{{ title .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
- id: kubectl-pexec
builds:
- kubectl-pexec
name_template: "kubectl_pexec_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
replacements:
darwin: Darwin
linux: Linux
windows: Windows
name_template: "kubectl_pexec_v{{ .Version }}_{{ title .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
checksum:
name_template: checksums.txt
changelog:
Expand All @@ -56,6 +48,6 @@ brews:
- name: kpexec
ids:
- kpexec
tap:
repository:
owner: ssup2
name: homebrew-tap