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

playing with versioning

parent 2aaf1cbd
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
[bumpversion]
current_version = 2.8.2.3rc1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc)?(?P<rc>\d+)
serialize =
{major}.{minor}.{patch}rc{rc}
{major}.{minor}.{patch}
[bumpversion:glob:apps/cli/utilities/*/*/__init__.py]
[bumpversion:glob:apps/cli/executables/*/*/__init__.py]
[bumpversion:glob:apps/cli/executables/pexable/*/*/__init__.py]
[bumpversion:glob:services/*/*/__init__.py]
[bumpversion:file:testing/testing/_version.py]
......@@ -11,7 +11,7 @@ serialize = [
]
[[tool.bumpversion.files]]
glob = "**/pyproject.toml"
glob = "apps/cli/executables/pexable/*/pyproject.toml"
search = "version = \"{current_version}\""
[[tool.bumpversion.files]]
......
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