Skip to content

Commit

Permalink
add cloud tests to release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani authored Jan 30, 2025
1 parent 6da22c8 commit bd85673
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/release-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ Edit `releases._<ReleaseName>.README` to include `Release: <ReleaseName>`.
.basedev.release> push git([email protected]: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`
Expand All @@ -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.

Expand Down

0 comments on commit bd85673

Please sign in to comment.