File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ archives:
28
28
checksum :
29
29
name_template : ' checksums.txt'
30
30
snapshot :
31
- name_template : " {{ .Tag }}-next "
31
+ name_template : " {{ .ProjectName }}_{{ . Tag }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }} "
32
32
changelog :
33
33
sort : asc
34
34
filters :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Plugin
3
3
metadata :
4
4
name : ipick
5
5
spec :
6
- version : v {{ .TagName }}
6
+ version : {{ .TagName }}
7
7
homepage : https://github.com/similarweb/kubectl-ipick
8
8
shortDescription : A kubectl wrapper for interactive resource selection.
9
9
description : |
@@ -15,17 +15,17 @@ spec:
15
15
matchLabels :
16
16
os : darwin
17
17
arch : amd64
18
- {{addURIAndSha "https://github.com/similarweb/kubectl-ipick/releases/download/v {{ .TagName }}/kubectl-ipick_{{ .TagName }}_Darwin_x86_64.tar.gz" .TagName | indent 4 }}
18
+ {{addURIAndSha "https://github.com/similarweb/kubectl-ipick/releases/download/{{ .TagName }}/kubectl-ipick_{{ .TagName }}_Darwin_x86_64.tar.gz" .TagName | indent 4 }}
19
19
bin : kubectl-ipick
20
20
- selector :
21
21
matchLabels :
22
22
os : linux
23
23
arch : amd64
24
- {{addURIAndSha "https://github.com/similarweb/kubectl-ipick/releases/download/v {{ .TagName }}/kubectl-ipick_{{ .TagName }}_Linux_x86_64.tar.gz" .TagName | indent 4 }}
24
+ {{addURIAndSha "https://github.com/similarweb/kubectl-ipick/releases/download/{{ .TagName }}/kubectl-ipick_{{ .TagName }}_Linux_x86_64.tar.gz" .TagName | indent 4 }}
25
25
bin : kubectl-ipick
26
26
- selector :
27
27
matchLabels :
28
28
os : windows
29
29
arch : amd64
30
- {{addURIAndSha "https://github.com/similarweb/kubectl-ipick/releases/download/v {{ .TagName }}/kubectl-ipick_{{ .TagName }}_Windows_x86_64.tar.gz" .TagName | indent 4 }}
30
+ {{addURIAndSha "https://github.com/similarweb/kubectl-ipick/releases/download/{{ .TagName }}/kubectl-ipick_{{ .TagName }}_Windows_x86_64.tar.gz" .TagName | indent 4 }}
31
31
bin : kubectl-ipick.exe
You can’t perform that action at this time.
0 commit comments