Version 5.12.16

- Se agregó comando y script para enviar automáticamente el TAG con la version actual a GitHub.
This commit is contained in:
2025-12-20 02:15:03 -06:00
parent 96838bf61b
commit 64a80661e8

View File

@@ -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