Skip to content

Commit 4000273

Browse files
committed
docs: add CRD docs to the release process
1 parent db1dfd7 commit 4000273

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/releases.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ Current release process is rather heavy on manual interventions:
1010
4. _manual_ Commit and push the following changes:
1111
- Update Makefile with latest version.
1212
- Update `docs/versioning.md`.
13+
- Run `make generate-crd-docs` to update the auto-generated documentation for the CRDs.
1314
- Update CRDs in Helm chart if needed.
1415
- Update k6-operator's version in `values.yaml` and bump `Chart.yaml`
1516
- Run `make helm-docs` to update the auto-generated documentation for the Chart
1617
- Run `make helm-schema` to update the schema file.
1718
- Commit the changes:
1819
```bash
19-
git add charts/k6-operator/Chart.yaml charts/k6-operator/README.md charts/k6-operator/values.yaml charts/k6-operator/values.schema.json docs/versioning.md Makefile
20+
git add charts/k6-operator/Chart.yaml charts/k6-operator/README.md charts/k6-operator/values.yaml charts/k6-operator/values.schema.json docs/versioning.md Makefile docs/crd-generated.md
2021
git commit -m 'release: update for v0.0.x'
2122
```
2223
5. "Helm release" workflow is triggered, publishing to Helm Grafana repo.

0 commit comments

Comments
 (0)