File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Write-Host "Current build $version"
99$magicPhrase = " Bumping up version"
1010$commitMessage = git log -1 -- pretty=% B
1111Install-PackageProvider nuget - force
12- $publishedVersion = Find-Module dbops - ErrorAction Stop | Select-Object - ExpandProperty Version
12+ [ version ] $publishedVersion = Find-Module dbops - ErrorAction Stop | Select-Object - ExpandProperty Version
1313
1414if ($version -le $publishedVersion -and $commitMessage -notlike " $magicPhrase *" ) {
1515 # increase version and push back to git
Original file line number Diff line number Diff line change 44 RootModule = ' dbops.psm1'
55
66 # Version number of this module.
7- ModuleVersion = ' 0.0.1 '
7+ ModuleVersion = ' 0.6.3 '
88
99 # ID used to uniquely identify this module
1010 GUID = ' 16dff216-533a-4fa3-9b2e-4408dbe15e63'
You can’t perform that action at this time.
0 commit comments