From 683799aea5391e0ee62652482e8943e24ff31176 Mon Sep 17 00:00:00 2001 From: ancientmarinerdev Date: Thu, 19 Jan 2023 21:54:01 +0000 Subject: [PATCH] Update release steps --- RELEASE.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 140a8a1f4..79fbee69c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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"