Skip to content

Commit dc49234

Browse files
authored
Merge pull request #5561 from unisonweb/update-release-steps
2 parents a958811 + 5cca492 commit dc49234

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

unison-src/transcripts/project-outputs/docs/release-steps.output.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ Edit `releases._<ReleaseName>.README` to include `Release: <ReleaseName>`.
1818
.basedev.release> push git([email protected]:unisonweb/base)
1919
```
2020

21-
## 2\. Run Release script
21+
## 2\. Check or run cloud client tests
22+
23+
https://github.com/unisoncomputing/cloud-client-tests/actions/workflows/cloud-client-tests.yml
24+
25+
## 3\. Run Release script
2226

2327
- **Milestone Release**: Look up the most recent release; bump the number and remove any trailing letters, e.g. `./scripts/make-release release/M5 trunk`
2428
- **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:
3943

4044
After successfully executing the script you just have to sit tight and wait for all the jobs to complete.
4145

42-
## 3
46+
## 4
4347

4448
Smoke test of the new release. Try `brew upgrade unison-language`, launch it, launch `ui`.
4549

46-
## 4
50+
## 5
4751

4852
Write up release notes, template below.
4953

0 commit comments

Comments
 (0)