From 2b0c631597b9fe717947e928fec0938a7c7a71b7 Mon Sep 17 00:00:00 2001 From: Emilien Devos <121870973+edevosc2c@users.noreply.github.com> Date: Tue, 17 Sep 2024 12:34:59 +0200 Subject: [PATCH] add more info about new chart release --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ebf449..63a4743 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,10 @@ some of the features and/or implementation choices. # Maintainers ## How to create a new chart release -1. Change and push the version in the Chart.yaml +IMPORTANT: Don't create too many versions, test your changes using git submodules for example. Create new versions with a batch of features if possible. + +1. Change and push the version in the Chart.yaml. + Please follow https://semver.org, if you are adding a new feature bump the MINOR version, otherwise if it's a bugfix bump the PATCH version. 2. Write a changelog in the CHANGELOG.md 3. Execute `git tag 1.X.X` (with the same version as the chart) 4. Execute `git push --tags`