Skip to content
Snippets Groups Projects
Commit a60906fc authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

updating and testing Sam's bumpversion work

- still requires a 4 part version, but we can lower that after we're out of this fake patch mess
parent 0e57f62a
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
Pipeline #14282 passed
......@@ -9,10 +9,18 @@ serialize = [
"{major}.{minor}.{patch}rc{rc}",
"{major}.{minor}.{patch}"
]
allow_dirty = true
[[tool.bumpversion.files]]
glob = "apps/cli/executables/pexable/*/pyproject.toml"
excluded_paths = "apps/cli/executables/pexable/pycapo/*"
search = "version = \"{current_version}\""
replace = "version = \"{new_version}\""
[[tool.bumpversion.files]]
filename = "./.gitlab-ci.yml"
search = "RELEASE_VERSION: {current_version}"
replace = "RELEASE_VERSION: {new_version}"
[[tool.bumpversion.files]]
glob = "apps/cli/utilities/*/*/__init__.py"
......
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