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 e04c0ae commit 28e38adCopy full SHA for 28e38ad
tools/VersionController/Models/VersionBumper.cs
@@ -171,8 +171,8 @@ private string GetBumpedVersion()
171
{
172
versionBump = Version.MINOR;
173
}
174
- // fix for https://github.com/Azure/azure-powershell/pull/12356
175
- // this only work when version is 1.9.x
+ // Fix for https://github.com/Azure/azure-powershell/pull/12356
+ // This only work when version is 1.9.x
176
if (splitVersion[0] == 1 && splitVersion[1] == 9 && versionBump == Version.MINOR)
177
178
versionBump = Version.PATCH;
0 commit comments