File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Write-Host "Current build $version"
9
9
$magicPhrase = " Bumping up version"
10
10
$commitMessage = git log -1 -- pretty=% B
11
11
Install-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
13
13
14
14
if ($version -le $publishedVersion -and $commitMessage -notlike " $magicPhrase *" ) {
15
15
# increase version and push back to git
Original file line number Diff line number Diff line change 4
4
RootModule = ' dbops.psm1'
5
5
6
6
# Version number of this module.
7
- ModuleVersion = ' 0.0.1 '
7
+ ModuleVersion = ' 0.6.3 '
8
8
9
9
# ID used to uniquely identify this module
10
10
GUID = ' 16dff216-533a-4fa3-9b2e-4408dbe15e63'
You can’t perform that action at this time.
0 commit comments