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

playing with versioning

parent 437fcbc1
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
# Config for bump-my-version
# Docs: https://callowayproject.github.io/bump-my-version/
[tool.bumpversion]
current_version = "2.8.2.1rc1"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)\\.(?P<smallpatch>\\d+)(rc(?P<rc>\\d+))?"
serialize = [
"{major}.{minor}.{patch}.{smallpatch}rc{rc}",
"{major}.{minor}.{patch}.{smallpatch}",
"{major}.{minor}.{patch}"
]
[[tool.bumpversion.files]]
glob = "**/pyproject.toml"
search = "version = \"{current_version}\""
[[tool.bumpversion.files]]
glob = "apps/cli/utilities/*/*/__init__.py"
[[tool.bumpversion.files]]
glob = "apps/cli/executables/pexable/*/*/__init__.py"
[[tool.bumpversion.files]]
glob = "services/*/*/__init__.py"
[[tool.bumpversion.files]]
filename = "shared/workspaces/workspaces/__init__.py"
\ No newline at end of file
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