Skip to content

Commit 654c6a0

Browse files
committed
fix bump2version file
1 parent d234894 commit 654c6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ replace = __version__ = "{new_version}"
3030
search = titiler.application=={current_version}
3131
replace = titiler.application=={new_version}
3232

33-
[bumpversion:file:deployment/k8s/charts/Chart.yml]
33+
[bumpversion:file:deployment/k8s/charts/Chart.yaml]
3434
search = appVersion: {current_version}
3535
replace = appVersion: {new_version}
3636

0 commit comments

Comments
 (0)