From 5de1a39c211b8db346e350628ba303468c626d30 Mon Sep 17 00:00:00 2001 From: Cameron Reikes Date: Thu, 8 Dec 2022 20:51:23 -0800 Subject: [PATCH] Updated release flow instructions --- .gitignore | 2 ++ release_all.bat | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 19bccce..1a5bb2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # profiling results *.spall +# logs +astris_log.txt compile_commands.json .cache/ enc_temp_folder/ diff --git a/release_all.bat b/release_all.bat index 5d93e67..b5cc4ff 100644 --- a/release_all.bat +++ b/release_all.bat @@ -1,4 +1,9 @@ git push call build_release.bat call update_server.bat -tar.exe -a -c -f releases\flight-nonumber.zip flight_release.exe loaded \ No newline at end of file +tar.exe -a -c -f releases\flight-nonumber.zip flight_release.exe loaded +echo "Now test flight-nonumber and make sure it works. Once everything is confirmed to be working:" +echo "1. Increment the GIT_RELEASE_TAG in buildsettings.h" +echo "2. Add everything to git and commit" +echo "3. Tag the new commit the _exact same_ as the previously mentioned GIT_RELEASE_TAG" +echo "4. Push everything, then update all the servers (@TODO make this a script)" \ No newline at end of file