2022-12-14 21:13:06 +01:00
|
|
|
#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)
|
|
|
|
|
|
|
|
lua tools/generate_ingame_credits.lua
|
|
|
|
|
|
|
|
git add CREDITS.md
|
|
|
|
git add mods/HUD/mcl_credits/people.lua
|
|
|
|
|
|
|
|
git add README.md
|
|
|
|
# To uncomment when applicable
|
|
|
|
#git add game.conf
|
|
|
|
|
2022-12-14 21:17:21 +01:00
|
|
|
git commit -m "Pre-release update credits and set version 0.81.1"
|
|
|
|
|
|
|
|
git tag 0.81.1
|
|
|
|
|
|
|
|
git push origin 0.81.1
|