From 1ac6c45c7fef220cf07176fe5b70dbdd2fe4d81e Mon Sep 17 00:00:00 2001 From: ancientmarinerdev Date: Wed, 14 Dec 2022 20:17:21 +0000 Subject: [PATCH] Update release readme --- RELEASE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 7e302bd13..01eb71e7f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,4 +12,8 @@ git add README.md # To uncomment when applicable #git add game.conf -git commit -m "Pre-release update credits and set version" \ No newline at end of file +git commit -m "Pre-release update credits and set version 0.81.1" + +git tag 0.81.1 + +git push origin 0.81.1 \ No newline at end of file