We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d234894 commit 654c6a0Copy full SHA for 654c6a0
setup.cfg
@@ -30,7 +30,7 @@ replace = __version__ = "{new_version}"
30
search = titiler.application=={current_version}
31
replace = titiler.application=={new_version}
32
33
-[bumpversion:file:deployment/k8s/charts/Chart.yml]
+[bumpversion:file:deployment/k8s/charts/Chart.yaml]
34
search = appVersion: {current_version}
35
replace = appVersion: {new_version}
36
0 commit comments