2022-12-14 21:13:06 +01:00
|
|
|
#File to document release steps with a view to evolving into a script
|
|
|
|
|
|
|
|
#Update CREDITS.md
|
2023-01-19 22:54:01 +01:00
|
|
|
#Update version in game.conf
|
2022-12-14 21:13:06 +01:00
|
|
|
|
|
|
|
lua tools/generate_ingame_credits.lua
|
|
|
|
|
|
|
|
git add CREDITS.md
|
|
|
|
git add mods/HUD/mcl_credits/people.lua
|
2023-01-19 22:51:16 +01:00
|
|
|
git add game.conf
|
2023-01-19 22:54:01 +01:00
|
|
|
|
|
|
|
#git add RELEASE.md
|
2022-12-14 21:13:06 +01:00
|
|
|
|
2023-01-19 22:51:16 +01:00
|
|
|
git commit -m "Pre-release update credits and set version 0.82.0"
|
2022-12-14 21:17:21 +01:00
|
|
|
|
2023-01-19 22:51:16 +01:00
|
|
|
git tag 0.82.0
|
2022-12-14 21:17:21 +01:00
|
|
|
|
2023-01-19 23:22:48 +01:00
|
|
|
git push origin 0.82.0
|
|
|
|
|
|
|
|
#Update version in game.conf to -SNAPSHOT
|
|
|
|
|
|
|
|
git commit -m "Post-release set version 0.82.0-SNAPSHOT"
|