feat(release): include sh version in release artifact

This commit is contained in:
RouxAntoine 2024-12-23 10:34:53 +01:00
parent b246c5a2f2
commit 016a8fc635
No known key found for this signature in database
GPG Key ID: 098FB66FC0475E70

View File

@ -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