From df727c1aa8d78b35cdcc152b073ef20517b89eac Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Sat, 21 Dec 2024 16:07:33 -0800 Subject: [PATCH] Update release instructions. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 287e1bc1..bcdc96ba 100644 --- a/README.md +++ b/README.md @@ -264,10 +264,10 @@ The launch environment can be customised, e.g. add a `"linux"` section to source We use Todesktop to build and codesign our distributables. To make a new release: -1. Make a PR with the semantic version. eg. `v1.0.1` -1. Add the label `Release` to the PR. -1. Merge the PR -1. A build will automatically start and you can view it at https://app.todesktop.com +1. Create a Github Release with semantic version tag eg. "v1.0.0" +1. Make sure it is a pre-release. +1. Check the Github action "Publish All" runs. It should update the release body with Download links when it is finished. +1. Test the build, and if it looks good release it on ToDesktop. Also mark the release as "Latest". ### Publish Locally