Skip to content
Snippets Groups Projects
Commit b75d0341 authored by Sam Kagan's avatar Sam Kagan
Browse files

Made 1 the first value for pre_n, final still hides as expected

parent b6bd3ea4
No related branches found
No related tags found
3 merge requests!1605Merge 2.8.2.3 work to main,!1581catch up with 2.8.2.3,!1579updating and testing Sam's bumpversion work
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment