From b1774a581b9c7bdacf94b8012524f9b27749a085 Mon Sep 17 00:00:00 2001 From: Jack Harper Date: Tue, 16 Jun 2026 11:03:49 +0100 Subject: [PATCH] add uploading client zip to release instructions Added instructions for uploading the client to the GitHub release. --- doc/deployment/Creating-a-release.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/deployment/Creating-a-release.md b/doc/deployment/Creating-a-release.md index 33bc15cde..511c6ac6f 100644 --- a/doc/deployment/Creating-a-release.md +++ b/doc/deployment/Creating-a-release.md @@ -60,6 +60,7 @@ is recent enough to include the most recent changes in the 1. Do the same for the `EPICS32` 32-bit build, replacing `EPICS` with `EPICS32` everywhere in the commands above. 1. Check release is now listed in [`https://control-svcs.isis.cclrc.ac.uk/git/?a=project_list;pf=releases`](https://control-svcs.isis.cclrc.ac.uk/git/?a=project_list;pf=releases) +1. Copy the zipped client to the [newly created github release](https://github.com/ISISComputingGroup/ibex_gui/releases/latest) by uploading it as an asset. It must be named `client.7z` 1. Run the {ref}`instrumentdeployyaml` playbook on any test machines which will be used for manual system testing.