From 84f9a6d356da0a944fafa1fdd93c719e768ca8bf Mon Sep 17 00:00:00 2001 From: Nathan Glenn Date: Wed, 20 Mar 2024 15:39:12 -0700 Subject: [PATCH] Improved release instructions --- SoarShuffler/.gitignore | 1 + readme.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/SoarShuffler/.gitignore b/SoarShuffler/.gitignore index ebc6b5e..068ed63 100644 --- a/SoarShuffler/.gitignore +++ b/SoarShuffler/.gitignore @@ -1,2 +1,3 @@ jars/*.jar SoarRelease.zip +SoarRelease.tar.gz diff --git a/readme.md b/readme.md index 3e34bda..9d4fd45 100644 --- a/readme.md +++ b/readme.md @@ -50,5 +50,7 @@ You'll get the release directories wherever you specified in the `SOAR_SHUFFLER_ * Finally, unzip the release directories in `SoarRelease/SoarSuite` and check that VisualSoar, the debugger, TankSoar, and SoarCLI all work with a simple double-click. * Share the release with others and get feedback. -* Once you're happy with it, delete the directories you unzipped and, then zip up the `SoarRelease/SoarSuite` directory and upload it to the release on GitHub. +* Once you're happy with it, delete the directories you unzipped and, then zip/tarball up the `SoarRelease` directory and upload to the release on GitHub. + - `zip -r SoarRelease.zip SoarRelease` + - `tar -czvf SoarRelease.tar.gz SoarRelease` * Push a releases/$VERSION tag for Soar, and $VERSION tags for other Release-Support and VisualSoar.