Skip to content

Commit

Permalink
docs: small clarification to releases.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Jul 29, 2024
1 parent 8ae744d commit f75facb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ Current release process is rather heavy on manual interventions:
- Update Makefile with latest version, as well as `docs/versioning.md`
- Update k6-operator's version in `values.yaml` and bump `Chart.yaml`
- Run `helm-docs` to update the auto-generated documentation for the Chart
- Commit the changes:
```
git add charts/k6-operator/Chart.yaml charts/k6-operator/README.md charts/k6-operator/values.yaml docs/versioning.md Makefile
git commit -m 'release: update for v0.0.x'
```
5. "Helm release" workflow is triggered, publishing to Helm Grafana repo.

0 comments on commit f75facb

Please sign in to comment.