diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-07-19 01:25:00 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-07-19 01:25:00 +0200 |
commit | e4f5258d9759384df50160b93faa23b92746788b (patch) | |
tree | 7e0f6983cf52fc189652353356b4d49d9bcf5cb6 | |
parent | 88cf246a70b036234f9d988d6bceae7ec769870e (diff) | |
download | NorthstarWiki-e4f5258d9759384df50160b93faa23b92746788b.tar.gz NorthstarWiki-e4f5258d9759384df50160b93faa23b92746788b.zip |
Add note about release-candidates on Thunderstore
-rw-r--r-- | docs/modding-and-development/development/releases.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/modding-and-development/development/releases.md b/docs/modding-and-development/development/releases.md index 96cc3b5..44f502a 100644 --- a/docs/modding-and-development/development/releases.md +++ b/docs/modding-and-development/development/releases.md @@ -15,7 +15,8 @@ WIP 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 also pushes release directly to Thunderstore if it does not contain the `-rcX` suffix. +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/). ### Git commands for tags: |