Skip to content

Commit be4c27d

Browse files
committed
Fix contributing.md
1 parent 9a62acf commit be4c27d

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Ensure you have clear and concise commits, written in the present tense. See [Ku
88

99
```diff
1010
+ git commit -m "Bump spire appVersion 1.4.4"
11-
- git commit -m "Bumped rekor chart to version 1.4.4"
11+
- git commit -m "Bumped spire appVersion 1.4.4"
1212
```
1313

1414
## PRs
@@ -31,3 +31,11 @@ Any changes to Chart.yaml or values.yaml require an update of the README.md. Thi
3131
```shell
3232
helm-docs -g charts/«chart-name» -t .github/README.md.tmpl
3333
```
34+
35+
Or use the little convenience script.
36+
37+
```shell
38+
.github/helm-docs.sh
39+
```
40+
41+
[helm-docs]: https://github.com/norwoodj/helm-docs "Generate documentation for your Helm chart."

0 commit comments

Comments
 (0)