From f692ca1b31bce256b18dd6781815e752f10bca94 Mon Sep 17 00:00:00 2001 From: Stepland <10530295-Buggyroom@users.noreply.gitlab.com> Date: Sun, 7 Jan 2024 23:41:15 +0100 Subject: [PATCH] Update docs --- docs/Releases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Releases.md b/docs/Releases.md index 03aa87f..c974aa7 100644 --- a/docs/Releases.md +++ b/docs/Releases.md @@ -20,13 +20,13 @@ For a regular semver release ```console - python utils/make_windows.release.py 2.x.x + python utils/make_windows_release.py --release-version 2.x.x ``` For preview builds ```console - python utils/make_windows.release.py 2.x.x-alpha --timestamp + python utils/make_windows.release.py --release-version 2.x.x-alpha --timestamp ``` 1. Distribute the generated `.zip` file