Skip to content

Commit 4cac131

Browse files
authored
fix: bumpverion.cfg -> bumpversion.cfg (#977)
1 parent dbd52f9 commit 4cac131

File tree

3 files changed

+1
-1
lines changed

3 files 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 $part --config-file .\.bumpverion.cfg --allow-dirty $file
9+
bumpversion $part --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)