File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,14 @@ Current release process is rather heavy on manual interventions:
10104 . _ 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 ```
22235. " Helm release" workflow is triggered, publishing to Helm Grafana repo.
You can’t perform that action at this time.
0 commit comments