From 2a3f64f4fd26f6d1ac23cd671a9b6f1a4b7ada43 Mon Sep 17 00:00:00 2001 From: Nathan Glenn Date: Fri, 28 Jun 2024 17:10:05 -0500 Subject: [PATCH] Note to test on all platforms --- release.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release.py b/release.py index e618ca2..4a4cb40 100644 --- a/release.py +++ b/release.py @@ -246,7 +246,8 @@ def inspect_release(step: Step): print( ( f"Step {step.value}: Unzip SoarShuffler/Soar-Release-{SOAR_RELEASE_VERSION}/Soar_{SOAR_RELEASE_VERSION}-Multiplatform.zip " - "and ensure everything is in order. Check that VisualSoar, the debugger, TankSoar, and SoarCLI all work with a simple double-click." + "and ensure everything is in order. Check that VisualSoar, the debugger, TankSoar, and SoarCLI all work with a simple double-click. " + "Test on Mac, Windows, and Linux." ) ) step.proceed()