mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-08-07 10:23:39 +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:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
format: zip
|
format: zip
|
||||||
files: ["LICENSE", "completion/plugins/kubectl_complete-ctx"]
|
files:
|
||||||
|
- "LICENSE"
|
||||||
|
- "completion/plugins/kubectl_complete-ctx"
|
||||||
|
- src: "kubectx"
|
||||||
|
dst: "kubectx.sh"
|
||||||
- id: kubens-archive
|
- id: kubens-archive
|
||||||
name_template: |-
|
name_template: |-
|
||||||
kubens_{{ .Tag }}_{{ .Os }}_
|
kubens_{{ .Tag }}_{{ .Os }}_
|
||||||
@ -94,7 +98,11 @@ archives:
|
|||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
format: zip
|
format: zip
|
||||||
files: ["LICENSE", "completion/plugins/kubectl_complete-ns"]
|
files:
|
||||||
|
- "LICENSE"
|
||||||
|
- "completion/plugins/kubectl_complete-ns"
|
||||||
|
- src: "kubens"
|
||||||
|
dst: "kubens.sh"
|
||||||
checksum:
|
checksum:
|
||||||
name_template: "checksums.txt"
|
name_template: "checksums.txt"
|
||||||
algorithm: sha256
|
algorithm: sha256
|
||||||
|
Loading…
Reference in New Issue
Block a user