File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : 0.7.0
2+ appVersion : 0.7.1
33description : A dynamic Web Map tile server
44name : titiler
55version : 1.0.0
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ current_version = 0.7.1
33commit = True
44tag = True
55tag_name = {new_version}
6- parse =
6+ parse =
77 (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
88 ((?P<pre>a|b|rc)(?P<prenum>\d+))?
9- serialize =
9+ serialize =
1010 {major}.{minor}.{patch}{pre}{prenum}
1111 {major}.{minor}.{patch}
1212
@@ -30,6 +30,10 @@ replace = __version__ = "{new_version}"
3030search = titiler.application =={current_version}
3131replace = titiler.application =={new_version}
3232
33+ [bumpversion:file:deployment/k8s/charts/Chart.yml]
34+ search = appVersion: {current_version}
35+ replace = appVersion: {new_version}
36+
3337[isort]
3438profile = black
3539known_first_party = titiler
You can’t perform that action at this time.
0 commit comments