mirror of
https://github.com/KeymonSoft/Kelloggs_v4.git
synced 2026-04-17 18:26:11 +00:00
VERSION 5.12.16
- Se agrego codigo para que el label de la notificacion tenga scroll vertical y se vaya al inicio del texto
This commit is contained in:
@@ -53,6 +53,7 @@ $newCommit = git rev-parse HEAD
|
|||||||
# 5. VALIDACIÓN
|
# 5. VALIDACIÓN
|
||||||
if ($oldCommit -eq $newCommit) {
|
if ($oldCommit -eq $newCommit) {
|
||||||
Write-Warning "Commit cancelado."
|
Write-Warning "Commit cancelado."
|
||||||
|
git tag -d $tagName 2>$null # Borra tag local previo si existe para actualizarlo al nuevo commit
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user