Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update release-steps.output.md #5561

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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 @@ -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.

Expand Down
Loading