From a85a4a247943b2029decb2c2bb38d8e13873108b Mon Sep 17 00:00:00 2001 From: Emilien Devos <121870973+edevosc2c@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:54:06 +0200 Subject: [PATCH] change order when a new release --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6469898..9ebf449 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ some of the features and/or implementation choices. ## How to create a new chart release 1. Change and push the version in the Chart.yaml -2. Execute `git tag 1.X.X` (with the same version as the chart) -3. Execute `git push --tags` -4. Write a changelog in the CHANGELOG.md +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` # Usage