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
$promptMessage="The latest entry in the CHANGELOG.md already has a release date. Do you want to replace the latest entry title? Please enter (y or n)."
185
+
while (($readInput=Read-Host-Prompt $promptMessage) -notmatch'^[yn]$'){ }
0 commit comments