Update release steps

This commit is contained in:
ancientmarinerdev 2023-01-19 21:54:01 +00:00
parent 383cbf96a6
commit 683799aea5
1 changed files with 3 additions and 5 deletions

View File

@ -1,17 +1,15 @@
#File to document release steps with a view to evolving into a script
#Update CREDITS.md
#Update version in README.md (soon to be game.conf from of 0.82.0)
#Update version in game.conf
lua tools/generate_ingame_credits.lua
git add CREDITS.md
git add mods/HUD/mcl_credits/people.lua
#Should not be needed anymore as version is going to be kept in game.conf
#git add README.md
git add game.conf
git add RELEASE.md
#git add RELEASE.md
git commit -m "Pre-release update credits and set version 0.82.0"