From 5cca49282317698a9e4505d8195be53cd5e88cad Mon Sep 17 00:00:00 2001 From: Arya Irani Date: Thu, 30 Jan 2025 13:59:25 -0500 Subject: [PATCH] update release-steps.output.md --- .../project-outputs/docs/release-steps.output.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/unison-src/transcripts/project-outputs/docs/release-steps.output.md b/unison-src/transcripts/project-outputs/docs/release-steps.output.md index 52eb16ab5d..810e7bba84 100644 --- a/unison-src/transcripts/project-outputs/docs/release-steps.output.md +++ b/unison-src/transcripts/project-outputs/docs/release-steps.output.md @@ -18,7 +18,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` @@ -39,11 +43,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.