Skip to content

Commit

Permalink
fix(release.md): fix release process workflows explanation
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Di Giovanna <[email protected]>
  • Loading branch information
ekoops authored and poiana committed Oct 8, 2024
1 parent 5bb9456 commit 5f318e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ The automated release process starts when any modification added to `master` tri

We have two main workflows:

- [test](.github/workflows/test.yml): This will check the chart lint and will also run tests to validate if the chart can be installed, if the chart have tests those will run as well.
- [release](.github/workflows/release.yml): This will run everything a Pull Requests of a chart is merged, it will update the index and generate the package, and publish it.
- [test](.github/workflows/test.yml): This will run whenever a PR is created; it checks the chart lint and runs tests to validate if the chart can be installed; if the chart has tests, those will run as well.
- [release](.github/workflows/release.yml): This will run whenever one or more commits, referring to a chart, is/are merged into `master` (e.g.: a PR is merged); it updates the index, generates the package and publishes it.

### GitHub Pages job

Expand Down

0 comments on commit 5f318e1

Please sign in to comment.