From e338e1d869987f605f9c2912dd57919dc4acb610 Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Sat, 21 Dec 2024 16:26:57 -0800 Subject: [PATCH] Update readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f204718..7bc2701c 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,7 @@ 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. Create a PR that updates package.json to the next version. 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.