File tree Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,16 @@ builds:
10
10
- darwin
11
11
- linux
12
12
13
- archive :
14
- replacements :
15
- darwin : Darwin
16
- linux : Linux
17
- 386 : i386
18
- amd64 : x86_64
19
- files :
20
- - LICENSE.md
13
+ archives :
14
+ - id : archive
15
+ replacements :
16
+ darwin : Darwin
17
+ linux : Linux
18
+ 386 : i386
19
+ amd64 : x86_64
20
+ files :
21
+ - LICENSE.md
22
+ - plugin.yaml
21
23
22
24
checksum :
23
25
name_template : ' checksums.txt'
Original file line number Diff line number Diff line change 38
38
#
39
39
.PHONY : release
40
40
release :
41
+ eval "sed -i 's/version :.* /version: \"$version\"/g' plugin.yaml"
42
+ git add "plugin.yaml"
43
+ git commit -m "releases $(version)"
41
44
git tag -a $(version) -m "release $(version)"
42
45
git push origin
43
46
git push origin $(version)
Original file line number Diff line number Diff line change 1
1
name : " doc"
2
- version : " 0.1.0 "
2
+ version : " 0.0.1 "
3
3
usage : " generate doc for helm chart"
4
4
description : |-
5
5
This plugin allows generating doc containing possible configurations of helm charts.
You can’t perform that action at this time.
0 commit comments