We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd9705 commit dbd52f9Copy full SHA for dbd52f9
scripts/build-release.ps1
@@ -6,7 +6,7 @@ function Install-Dependencies {
6
}
7
8
function Update-Version($part, $file) {
9
- bumpversion.exe $part --config-file .\.bumpverion.cfg --allow-dirty $file
+ bumpversion $part --config-file .\.bumpverion.cfg --allow-dirty $file
10
11
if($LASTEXITCODE -ne 0) {
12
throw "Bumpversion failed to increment part '$part' for '$file' with code ($LASTEXITCODE)"
0 commit comments