diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-10-12 14:04:23 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-10-12 14:04:23 +0200 |
commit | 9662a7e2393f6edb2ccb73878229cbb73ed1bd57 (patch) | |
tree | 1fd807b73345c7efe74cd38ff1c9a0b440b9e1d4 | |
parent | 23849da8988eb016c769efa78f1323242ac34a97 (diff) | |
download | NorthstarWiki-9662a7e2393f6edb2ccb73878229cbb73ed1bd57.tar.gz NorthstarWiki-9662a7e2393f6edb2ccb73878229cbb73ed1bd57.zip |
Update information regarding release process
-rw-r--r-- | docs/development/releases.md | 6 |
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/). |