mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-07-31 06:42:00 +00:00
feat(release): include sh version in release artifact
This commit is contained in:
parent
b246c5a2f2
commit
016a8fc635
@ -74,7 +74,11 @@ archives:
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
files: ["LICENSE", "completion/plugins/kubectl_complete-ctx"]
|
||||
files:
|
||||
- "LICENSE"
|
||||
- "completion/plugins/kubectl_complete-ctx"
|
||||
- src: "kubectx"
|
||||
dst: "kubectx.sh"
|
||||
- id: kubens-archive
|
||||
name_template: |-
|
||||
kubens_{{ .Tag }}_{{ .Os }}_
|
||||
@ -94,7 +98,11 @@ archives:
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
files: ["LICENSE", "completion/plugins/kubectl_complete-ns"]
|
||||
files:
|
||||
- "LICENSE"
|
||||
- "completion/plugins/kubectl_complete-ns"
|
||||
- src: "kubens"
|
||||
dst: "kubens.sh"
|
||||
checksum:
|
||||
name_template: "checksums.txt"
|
||||
algorithm: sha256
|
||||
|
Loading…
Reference in New Issue
Block a user