From 169796f4a9f8c2f13bb023a9046ab48bee318594 Mon Sep 17 00:00:00 2001 From: Gamosoft Date: Thu, 27 Nov 2025 14:16:10 +0100 Subject: [PATCH] small change in script --- release.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.ps1 b/release.ps1 index a908fd4..6425b6c 100644 --- a/release.ps1 +++ b/release.ps1 @@ -126,7 +126,7 @@ $Version | Out-File -FilePath "VERSION" -Encoding utf8 -NoNewline if (-not $SkipCommit) { Write-Host "Committing version changes..." -ForegroundColor Yellow git add VERSION - git commit -m "Bump version to $Version" + git commit -m "Updated version to $Version" # Push commits first # NOTE: This will trigger GitHub's built-in 'pages-build-deployment' workflow