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

playing with versioning

parent bd3d251b
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
......@@ -6,12 +6,13 @@ parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)\\.(?P<smallpatch>\\
serialize = [
"{major}.{minor}.{patch}.{smallpatch}rc{rc}",
"{major}.{minor}.{patch}.{smallpatch}",
"{major}.{minor}.{patch}rc{rc}",
"{major}.{minor}.{patch}"
]
#[[tool.bumpversion.files]]
#glob = "**/pyproject.toml"
#search = "version = \"{current_version}\""
[[tool.bumpversion.files]]
glob = "**/pyproject.toml"
search = "version = \"{current_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