From 426e8b0c87ee965ba100e5f7d5f6876bd1a036eb Mon Sep 17 00:00:00 2001 From: Jose Alberto Guerra Ugalde Date: Sat, 20 Dec 2025 02:38:25 -0600 Subject: [PATCH] VERSION 5.12.16 - Se agrego codigo para que el label de la notificacion tenga scroll vertical y se vaya al inicio del texto --- B4A/_git_tag.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/B4A/_git_tag.ps1 b/B4A/_git_tag.ps1 index b27c647..89e7105 100644 --- a/B4A/_git_tag.ps1 +++ b/B4A/_git_tag.ps1 @@ -53,6 +53,7 @@ $newCommit = git rev-parse HEAD # 5. VALIDACIÓN if ($oldCommit -eq $newCommit) { Write-Warning "Commit cancelado." + git tag -d $tagName 2>$null # Borra tag local previo si existe para actualizarlo al nuevo commit return }