You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(version): validate existence of version for PS script
The PowerShell script should validate that the tag doesn't already exist before attempting to create it. Add: if (git rev-parse \"v$NewVersion\" 2>$null) { Write-Error \"Tag v$NewVersion already exists\"; exit 1 } before line 12.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments