From 579b10b53d8327bcbbab7a2058a258ad8ac11568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Sat, 31 Jan 2026 17:12:02 +0100 Subject: [PATCH] fix release script --- scripts/release.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/release.sh b/scripts/release.sh index 28241795..3313f2e2 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -187,16 +187,6 @@ fi print_info "Changes to be committed:" git diff -# Confirm changes -echo -read -p "Do you want to commit these changes and create tag v$VERSION? (y/n) " -n 1 -r -echo -if [[ ! $REPLY =~ ^[Yy]$ ]]; then - print_error "Release cancelled. Rolling back changes..." - git checkout . - exit 1 -fi - # Commit changes print_info "Committing version changes..." git add -A