From 64a80661e8dde44d3a13b5bb7c7f56f562173b57 Mon Sep 17 00:00:00 2001 From: Jose Alberto Guerra Ugalde Date: Sat, 20 Dec 2025 02:15:03 -0600 Subject: [PATCH] =?UTF-8?q?Version=205.12.16=20-=20Se=20agreg=C3=B3=20coma?= =?UTF-8?q?ndo=20y=20script=20para=20enviar=20autom=C3=A1ticamente=20el=20?= =?UTF-8?q?TAG=20con=20la=20version=20actual=20a=20GitHub.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- B4A/_git_tag.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/B4A/_git_tag.ps1 b/B4A/_git_tag.ps1 index e5a2e88..e00df10 100644 --- a/B4A/_git_tag.ps1 +++ b/B4A/_git_tag.ps1 @@ -43,7 +43,7 @@ Write-Host "Abriendo TortoiseGit..." # Argumentos limpios $pathArg = '/path:"{0}"' -f $projectPath -$msgArg = '/logmsg:"VERSION {0}"' -f $version +$msgArg = '/logmsg:"Version {0}"' -f $version $cmdArg = "/command:commit" $process = Start-Process "TortoiseGitProc.exe" -ArgumentList $cmdArg, $pathArg, $msgArg -Wait -PassThru