Skip to content

Commit dbd52f9

Browse files
authored
fix: release script (more) (#976)
`bumpversion.exe` -> `bumpversion`
1 parent 1cd9705 commit dbd52f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-release.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function Install-Dependencies {
66
}
77

88
function Update-Version($part, $file) {
9-
bumpversion.exe $part --config-file .\.bumpverion.cfg --allow-dirty $file
9+
bumpversion $part --config-file .\.bumpverion.cfg --allow-dirty $file
1010

1111
if($LASTEXITCODE -ne 0) {
1212
throw "Bumpversion failed to increment part '$part' for '$file' with code ($LASTEXITCODE)"

0 commit comments

Comments
 (0)