From bd856735ca0d9939daeb887c97e6054e6aeea756 Mon Sep 17 00:00:00 2001 From: Arya Irani <538571+aryairani@users.noreply.github.com> Date: Thu, 30 Jan 2025 11:31:45 -0500 Subject: [PATCH] add cloud tests to release steps --- docs/release-steps.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/release-steps.md b/docs/release-steps.md index dcb3d2ea17..02951d72a3 100644 --- a/docs/release-steps.md +++ b/docs/release-steps.md @@ -19,7 +19,11 @@ Edit `releases._.README` to include `Release: `. .basedev.release> push git(git@github.com:unisonweb/base) ``` -## 2. Run Release script +## 2. Check or run cloud client tests + +https://github.com/unisoncomputing/cloud-client-tests/actions/workflows/cloud-client-tests.yml + +## 3. Run Release script * **Milestone Release**: Look up the most recent release; bump the number and remove any trailing letters, e.g. `./scripts/make-release release/M5 trunk` * **Minor Release**: Increment the trailing letter of the previous release, or add an `a` to the previous milestone release, e.g. `./scripts/make-release release/M5a trunk` @@ -40,11 +44,11 @@ Including: After successfully executing the script you just have to sit tight and wait for all the jobs to complete. -## 3 +## 4 Smoke test of the new release. Try `brew upgrade unison-language`, launch it, launch `ui`. -## 4 +## 5 Write up release notes, template below.