Updated release flow instructions

main
Cameron Murphy Reikes 2 years ago
parent eb7ae3c3c5
commit 5de1a39c21

2
.gitignore vendored

@ -1,5 +1,7 @@
# profiling results # profiling results
*.spall *.spall
# logs
astris_log.txt
compile_commands.json compile_commands.json
.cache/ .cache/
enc_temp_folder/ enc_temp_folder/

@ -1,4 +1,9 @@
git push git push
call build_release.bat call build_release.bat
call update_server.bat call update_server.bat
tar.exe -a -c -f releases\flight-nonumber.zip flight_release.exe loaded 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)"
Loading…
Cancel
Save