Skip to content

Commit

Permalink
change order when a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Jun 6, 2024
1 parent 0324fd3 commit a85a4a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a85a4a2

Please sign in to comment.