From 97c9e3045b384d75b76c288a7fa383e73fc7b7c6 Mon Sep 17 00:00:00 2001 From: ospab Date: Thu, 14 May 2026 23:34:05 +0300 Subject: [PATCH] CI/CD: Remove CI suppression [skip ci] to fully restore automatic release triggers --- scripts/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.ps1 b/scripts/build.ps1 index 738f153..c161d53 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -201,7 +201,7 @@ Write-Output "=========================================================" Write-Output "Synchronizing workspace version metadata to origin master..." # Commit current Cargo.toml bump to establish version lineage & git add Cargo.toml -& git commit -m "CI/CD: prepare version v$Version [skip ci]" --allow-empty | Out-Null +& git commit -m "CI/CD: release version v$Version" --allow-empty | Out-Null & git push origin master | Out-Null Write-Output "Generating release tracking tag: v$Version"