From bc1246ed212dce33c3999e79b773199440724b4a Mon Sep 17 00:00:00 2001 From: cte Date: Thu, 8 Jan 2026 00:06:35 -0800 Subject: [PATCH] Get rid of this --- apps/cli/scripts/release.sh | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/apps/cli/scripts/release.sh b/apps/cli/scripts/release.sh index e09de3da19..06112a7e54 100755 --- a/apps/cli/scripts/release.sh +++ b/apps/cli/scripts/release.sh @@ -400,23 +400,7 @@ check_existing_release() { create_release() { step "8/8" "Creating GitHub release..." cd "$REPO_ROOT" - - # Confirm before pushing to GitHub - echo "" - printf "${YELLOW}${BOLD}About to create GitHub release:${NC}\n" - echo " Tag: $TAG" - echo " Version: $VERSION" - echo " Platform: $PLATFORM" - echo " Tarball: $TARBALL" - echo "" - read -p "Push this release to GitHub? [y/N] " -n 1 -r - echo - if [[ ! $REPLY =~ ^[Yy]$ ]]; then - warn "Aborted by user. Cleaning up..." - cleanup - exit 0 - fi - + # Build the What's New section from changelog content WHATS_NEW_SECTION="" if [ -n "$CHANGELOG_CONTENT" ]; then