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 c543466 commit 853b5dcCopy full SHA for 853b5dc
Wormies-AU-Helpers/public/Get-FixVersion.ps1
@@ -134,6 +134,7 @@ function Get-FixVersion() {
134
if (!$preRelease -and ([string]$existingVersion).StartsWith($mainVersion)) {
135
return $existingVersion
136
}elseif (([string]$existingVersion).StartsWith("${mainVersion}${preRelease}")) {
137
+ if ($global:au_Force -ne $true) { return $existingVersion }
138
}else {
139
return $Version
140
}
0 commit comments