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 b3f9ffa commit c802d16Copy full SHA for c802d16
#ModRelease/#ModRelease.ps1
@@ -121,7 +121,7 @@ if ( $compare -eq $newTagRelease ) {
121
break
122
}
123
124
-Start-Process -FilePath git -ArgumentList "update-index --refresh --quiet" -Wait -NoNewWindow -PassThru
+Start-Process -FilePath git -ArgumentList "update-index --refresh" -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