diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-11-22 17:58:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-22 17:58:48 +0100 |
commit | 32e2a2aeb55db63ccf6cb29ac648d79872670804 (patch) | |
tree | 53260b3bfc363ebac90566d22ae779309293c4c9 /docs | |
parent | 30b6667cf2579bf9fbefa5f086c2d1a7ccdd3fd0 (diff) | |
download | NorthstarWiki-32e2a2aeb55db63ccf6cb29ac648d79872670804.tar.gz NorthstarWiki-32e2a2aeb55db63ccf6cb29ac648d79872670804.zip |
Remove mention of waiting for launcher build (#257)
Remove mention of waiting for launcher build to finish
No longer necessary as release build script now waits for launcher to
be done.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/releases.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development/releases.md b/docs/development/releases.md index bcee236..e04a9be 100644 --- a/docs/development/releases.md +++ b/docs/development/releases.md @@ -39,7 +39,7 @@ The current process of making release (includinging release candidate) is: Push tags ending in `-rcX` where `X` is integer for 1. Launcher 2. Mods - 3. Release (wait until launcher has finished building) + 3. Release 4. Make draft notes\ You can use FlightCore to generate them and then format them manually.\ @@ -61,7 +61,7 @@ The current process of making release (includinging release candidate) is: Push tags for 1. Launcher 2. Mods - 3. Release (wait until launcher has finished building) + 3. Release 10. Once release has finished building 1. Go to GitHub release and select the new unpublished release |