From c3519cdabb4a58ea2e2c2c5cbe0c3f1bdfe02ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Thu, 11 Feb 2021 19:11:44 +0100 Subject: [PATCH] Fix missing release adjustment in Python script --- docs/release-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-process.md b/docs/release-process.md index 13a243f38..c3712c834 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -17,7 +17,7 @@ again be merged into master. 2. Checkout the `v0.3` branch. 3. Update all references to Theodolite Docker images to tag `v0.3.1`. These are the Kubernetes resource definitions in -`execution`, the Docker Compose files in `docker-test` and the example `theodolite.yaml` job. +`execution`, the references to *latest* in `run_uc.py`, the Docker Compose files in `docker-test` and the example `theodolite.yaml` job. 4. Commit these changes. -- GitLab