From 889e1eaac324fa9f17e6c73cac840a27f96759ea Mon Sep 17 00:00:00 2001 From: Phillip Tarrant Date: Thu, 20 Nov 2025 14:42:44 -0600 Subject: [PATCH] updating release.sh to use correct branch names --- scripts/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release.sh b/scripts/release.sh index f5e359d..3eb3efc 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -6,8 +6,8 @@ set -e CONFIG_FILE="app/web/config.py" -DEVELOP_BRANCH="develop" -STAGING_BRANCH="staging" +DEVELOP_BRANCH="nightly" +STAGING_BRANCH="beta" MAIN_BRANCH="master" # Colors for output