Skip to content
Snippets Groups Projects

updating and testing Sam's bumpversion work

Merged Charlotte Hausman requested to merge playing-with-versioning into 2.8.2.3-DEVELOPMENT
All threads resolved!
+ 5
2
@@ -12,7 +12,7 @@ parse = """(?x)
)? # smallpatch section is optional
(?:
(?P<pre_l>[a-zA-Z-]+) # pre-release label
(?P<pre_n>[1-9]\\d*) # pre-release version number
(?P<pre_n>0|[1-9]\\d*) # pre-release version number
)? # pre-release section is optional
"""
serialize = [
@@ -28,6 +28,9 @@ ignore_missing_version = true
values = ["dev", "rc", "final"]
optional_value = "final"
[tool.bumpversion.parts.pre_n]
first_value = "1"
[[tool.bumpversion.files]]
glob = "apps/cli/executables/pexable/*/pyproject.toml"
search = "version = \"{current_version}\""
@@ -69,4 +72,4 @@ replace = "RELEASE_VERSION: {new_version}"
filename = "services/workflow/gitlab-requirements.txt"
[[tool.bumpversion.files]]
filename = "apps/cli/executables/go/spelunker/main.go"
\ No newline at end of file
filename = "apps/cli/executables/go/spelunker/main.go"
Loading