Skip to content

Commit f75facb

Browse files
committed
docs: small clarification to releases.md
1 parent 8ae744d commit f75facb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/releases.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ Current release process is rather heavy on manual interventions:
1111
- Update Makefile with latest version, as well as `docs/versioning.md`
1212
- Update k6-operator's version in `values.yaml` and bump `Chart.yaml`
1313
- Run `helm-docs` to update the auto-generated documentation for the Chart
14+
- Commit the changes:
15+
```
16+
git add charts/k6-operator/Chart.yaml charts/k6-operator/README.md charts/k6-operator/values.yaml docs/versioning.md Makefile
17+
git commit -m 'release: update for v0.0.x'
18+
```
1419
5. "Helm release" workflow is triggered, publishing to Helm Grafana repo.

0 commit comments

Comments
 (0)