From a25318913ac70d58f65a975dad6a7a3f08cfc92d Mon Sep 17 00:00:00 2001 From: Olha Yevtushenko Date: Thu, 7 Dec 2023 17:23:46 +0200 Subject: [PATCH] docs: update release workflow --- docs/releases.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index 8b66c29e..3125dfdd 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -7,6 +7,8 @@ Current release process is rather heavy on manual interventions: - build of new Docker images from `main` - PR to update bundle 3. _manual_ Review and merge PR with bundle update. -4. _manual_ Update operator's version in `values.yaml` and bump `Chart.yaml`. +4. _manual_ Commit and push the following changes: +- 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 5. "Helm release" workflow is triggered, publishing to Helm Grafana repo. -6. _manual_ Update Makefile with latest version, as well as `docs/versioning.md`.