From 615b4341ccb0e8e86085d3655f53f0d0ed31ec74 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Fri, 24 Feb 2023 20:16:43 +0100 Subject: [PATCH 1/2] Clarify Chart version increments in CONTRIBUTING.md Signed-off-by: Marco Franssen --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 60f5fa2..c2a6922 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. Maintainer of the helm-charts in this repo take care of the according semantic versioning. + [helm-docs]: https://github.com/norwoodj/helm-docs "Generate documentation for your Helm chart." From ef6a6bd53d0e4eddb5e65f57d9886f25ce482e8a Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Fri, 24 Feb 2023 20:32:27 +0100 Subject: [PATCH 2/2] Improve sentence based on review Co-authored-by: Faisal Memon Signed-off-by: Marco Franssen --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c2a6922..0d86cc9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,6 +44,6 @@ Any changes to Chart.yaml or values.yaml require an update of the README.md. Thi ## 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. Maintainer of the helm-charts in this repo take care of the according semantic versioning. +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."