Skip to content

Commit

Permalink
add more info about new chart release
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c authored Sep 17, 2024
1 parent 29d2466 commit 2b0c631
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 2b0c631

Please sign in to comment.