diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 60f5fa2..0d86cc9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,4 +42,8 @@ Any changes to Chart.yaml or values.yaml require an update of the README.md. Thi ./helm-docs.sh charts/«chart-name» ``` +## Bumping Chart version + +In contrary to many other Helm repositories we do NOT require contributors to increate the Chart version. We have customized our release pipeline so we can bundle various PRs in a single release. Maintainers of the helm-charts in this repo will take care of the semantic versioning. + [helm-docs]: https://github.com/norwoodj/helm-docs "Generate documentation for your Helm chart."