From 8f674da0fcd46666a646ced5ee267a6915cc253b Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 16 Jan 2026 13:41:54 +0100 Subject: [PATCH] auto commit version update --- scripts/update-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-version.sh b/scripts/update-version.sh index 1e8c676..31379f3 100755 --- a/scripts/update-version.sh +++ b/scripts/update-version.sh @@ -96,7 +96,7 @@ if [ "$AUTO_COMMIT" = true ]; then git tag backend-v$BACKEND_VERSION git tag frontend-v$FRONTEND_VERSION git tag v$BACKEND_VERSION -m "Backend version $BACKEND_VERSION, Frontend version $FRONTEND_VERSION" - echo "✓ Committed and tagged as backend-v$BACKEND_VERSION, frontend-v$FRONTEND_VERSION, v$BACKEND_VERSION" + echo "✓ Committed and tagged as backend-v$BACKEND_VERSION, frontend-v$FRONTEND_VERSION, v$BACKEND_VERSION" fi echo "" echo "Next step:"