File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,23 @@ replace = '__version__ = "{new_version}"'
1212filename = " pyproject.toml"
1313search = ' version = "{current_version}"'
1414replace = ' version = "{new_version}"'
15+
16+ [[tool .bumpversion .files ]]
17+ filename = " Helm/Chart.yaml"
18+ search = ' version: {current_version}'
19+ replace = ' version: {new_version}'
20+
21+ [[tool .bumpversion .files ]]
22+ filename = " Helm/charts/murfey-instrument-server-clem/Chart.yaml"
23+ search = ' version: {current_version}'
24+ replace = ' version: {new_version}'
25+
26+ [[tool .bumpversion .files ]]
27+ filename = " Helm/charts/murfey-rsync/Chart.yaml"
28+ search = ' version: {current_version}'
29+ replace = ' version: {new_version}'
30+
31+ [[tool .bumpversion .files ]]
32+ filename = " Helm/charts/murfey-server/Chart.yaml"
33+ search = ' version: {current_version}'
34+ replace = ' version: {new_version}'
You can’t perform that action at this time.
0 commit comments