From 37b536ea7f90c71ca438ab350e8bb4338a17844b Mon Sep 17 00:00:00 2001 From: DeFiDude <59237470+DeFiDude@users.noreply.github.com> Date: Sun, 26 Apr 2026 23:54:53 -0600 Subject: [PATCH] v1.8.4-beta: prerelease build Mark prerelease tags (containing '-') as GitHub Pre-release. --- .github/workflows/build.yml | 1 + src/config/Config.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e68ba9..6cdc8ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -125,3 +125,4 @@ jobs: ratdeck-firmware.zip ratdeck-merged.bin generate_release_notes: true + prerelease: ${{ contains(github.ref_name, '-') }} diff --git a/src/config/Config.h b/src/config/Config.h index 9e1a324..fe30dc3 100644 --- a/src/config/Config.h +++ b/src/config/Config.h @@ -6,8 +6,8 @@ #define RATDECK_VERSION_MAJOR 1 #define RATDECK_VERSION_MINOR 8 -#define RATDECK_VERSION_PATCH 3 -#define RATDECK_VERSION_STRING "1.8.3" +#define RATDECK_VERSION_PATCH 4 +#define RATDECK_VERSION_STRING "1.8.4-beta" // --- Feature Flags --- #define HAS_DISPLAY true