File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 39
39
.PHONY : release
40
40
release :
41
41
eval " sed -i 's/version:.*/version: \" $$ version\" /g' plugin.yaml"
42
- git add " plugin.yaml"
42
+ eval " sed -i 's/version=.*/version=$$ version/g' README.md"
43
+ git add plugin.yaml README.md
43
44
git commit -m " releases $( version) "
44
45
git tag -a $(version ) -m " release $( version) "
45
46
git push origin
Original file line number Diff line number Diff line change 1
1
# helm-doc
2
2
a helm plugin for documentation generation
3
3
4
- [ ![ Build Status] ( https://travis-ci.com/random-dwi/helm-doc.svg?branch=master )] ( https://travis-ci.com/random-dwi/helm-doc )
4
+ [ ![ Build Status] ( https://travis-ci.com/random-dwi/helm-doc.svg?branch=master )] ( https://travis-ci.com/random-dwi/helm-doc )
5
+
6
+ ## installation
7
+
8
+ choose the variant needed and install with the following:
9
+
10
+ ``` bash
11
+ version=0.1.0
12
+ # variant=Linux_x86_64
13
+ # variant=Linux_i386
14
+ # variant=Darwin_x86_64
15
+ # variant=Darwin_i386
16
+ helm plugin install https://github.com/random-dwi/helm-doc/releases/download/${version} /helm-doc_${version} _${variant} .tar.gz
17
+ ```
You can’t perform that action at this time.
0 commit comments