aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/development/releases.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/development/releases.md b/docs/development/releases.md
index 44f502a..65b19ca 100644
--- a/docs/development/releases.md
+++ b/docs/development/releases.md
@@ -12,8 +12,10 @@ WIP
## General
-CI on Northstar release repo builds versioned release if tag is pushed. It checks Launcher and Mods for same tag and builds those versions. \
-Therefore make sure to push tags of Mods and Launcher first.
+CI on Northstar release repo builds versioned release if tag is pushed. It checks Launcher and Mods for the same tag.
+It then downloads the related build for Launcher from releases and the Squirrel related source files from the mods repo.
+It then combines the files together with DiscordRPC and navmeshes to build the final release. \
+Therefore make sure to push tags of Mods and Launcher first (and make sure Launcher has finished building).
CI also pushes release directly to Thunderstore as a mod called [`Northstar`](https://northstar.thunderstore.io/package/northstar/Northstar/). \
If it's a release-candidate with the `-rcX` suffix, it will instead get pushed to Thunderstore as [`NorthstarReleaseCandidate`](https://northstar.thunderstore.io/package/northstar/NorthstarReleaseCandidate/).