We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63effe2 commit b3f9ffaCopy full SHA for b3f9ffa
#ModRelease/#ModRelease.ps1
@@ -121,6 +121,7 @@ if ( $compare -eq $newTagRelease ) {
121
break
122
}
123
124
+Start-Process -FilePath git -ArgumentList "update-index --refresh --quiet" -Wait -NoNewWindow -PassThru
125
$LocalChanges = (Start-Process -FilePath git -ArgumentList "diff-index --quiet HEAD --" -Wait -NoNewWindow -PassThru).ExitCode
126
if ($LocalChanges) {
127
Write-Host "You have uncommitted changes, please commit or revert them before making new release."
0 commit comments